#5E9A0F

Color #5E9A0F Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #5E9A0F

Tints of Limeade #5E9A0F

Color information

#5E9A0F (or 0x5E9A0F) is unknown color: approx Limeade. HEX triplet: 5E, 9A and 0F. RGB value is (94,154,15). Sum of RGB (Red+Green+Blue) = 94+154+15=263 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.74% from 263); Green value is 154 (60.55% from 255 or 58.56% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 154 - color contains mainly: green. Hex color #5E9A0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9A0F is #A165F0. Grayscale: #787878. Windows color (decimal): -10577393 or 1022558. OLE color: 1022558.

HSL color Cylindrical-coordinate representation of color #5E9A0F: hue angle of 85.9º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E9A0F is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB9415415-
CMYK0.3900.900.40
HSL85.9º82.25%33.14%-
HSV(B)85.9º90.26%60.39%-
XYZ16.2625.534.52-
YUV120.2168.62109.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 94 (37.11% from 255) = 35.74%
GREEN value IS 154 (60.55% from 255) = 58.56%
BLUE value IS 15 (6.25% from 255) = 5.70%
R=35.74%
G=58.56%
B=5.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal94154150.3900.900.4085.982.2533.14
Hex5E9AF2705A28565221
Octal136232174701325012612241
Binary10111101001101011111001110101101010100010101101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E9A0F; }

 p { color: rgb(94,154,15); }

 H1.HeaderClassName
 {
   color: #5E9A0F;
 }
 .AnyTagClassName
 {
   color: #5E9A0F;
 }
</style>
background-color css

<style>
 a { background-color: #5E9A0F; }

 a { background-color: rgb(94,154,15); }

 div.DivClassName
 {
   background-color: #5E9A0F;
 }
 .BgClassName
 {
   background-color: #5E9A0F;
 }
</style>
border-color css

<style>
 span { border-color: #5E9A0F; }

 span { border-color: rgb(94,154,15); }

 td.TdClassName
 {
   border-color: #5E9A0F;
 }
 .TagClassName
 {
   border-color: #5E9A0F;
 }
</style>