Color Hex Logo

#6fa25a Color Hex

#6FA25A
(111,162,90)
0 Favorites   0 Comments

Color spaces of #6fa25a

RGB 11116290
HSL0.280.290.49
HSV103°44°64°
CMYK 0.310.000.44   0.36
XYZ21.321329.958414.3316
Yxy29.95840.32500.4566
Hunter Lab54.7343-26.251722.7895
CIE-Lab61.6183-30.756632.0886

#6fa25a color RGB value is (111,162,90).

#6fa25a hex color red value is 111, green value is 162 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #6fa25a hue: 0.28 , saturation: 0.29 and the lightness value of 6fa25a is 0.49.

The process color (four color CMYK) of #6fa25a color hex is 0.31, 0.00, 0.44, 0.36. Web safe color of #6fa25a is #669966. Color #6fa25a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10100010 01011010
Octal 157 242 132
Decimal 111 162 90
Hex 6F A2 5A

RGB Percentages of Color #6fa25a

%30.58
%44.63
%24.79

CMYK Percentages of Color #6fa25a

%31
%0
%44
%36

Triadic Colors of #6fa25a

#6fa25a #5a6fa2 #a25a6f

Analogous Colors of #6fa25a

#6fa25a #5aa269 #93a25a

Monochromatic Colors of #6fa25a

#6fa25a

Complementary Color

#6fa25a #8d5aa2

#6fa25a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fa25a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fa25a Color CSS Codes

.mybgcolor {background-color:#6fa25a; } 
.myforecolor {color:#6fa25a; }
.mybordercolor {border:3px solid #6fa25a; }

#6fa25a Text Font Color

<p style="color:#6fa25a">Text here</p>

This sample text font color is #6fa25a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6fa25a Background Color

<div style="background-color:#6fa25a">
Div content here</div>

This div background color is #6fa25a


#6fa25a Border Color

<div style="border:3px solid #6fa25a">
Div here</div>

This div border color is #6fa25a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(111,162,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6fa25a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6fa25a;
  -webkit-box-shadow: 1px 1px 3px 2px #6fa25a;
  box-shadow:         1px 1px 3px 2px #6fa25a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,162,90, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6fa25a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6fa25a;
  -webkit-box-shadow: 1px 1px 3px 2px #6fa25a;
  box-shadow:         1px 1px 3px 2px #6fa25a;">
Div content here</div>

This div box has shadow with color #6fa25a


Comments

No comments written yet.

Please login to write comment.