#5E9B12

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

Shades of Limeade #5E9B12

Tints of Limeade #5E9B12

Color information

#5E9B12 (or 0x5E9B12) is unknown color: approx Limeade. HEX triplet: 5E, 9B and 12. RGB value is (94,155,18). Sum of RGB (Red+Green+Blue) = 94+155+18=267 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.21% from 267); Green value is 155 (60.94% from 255 or 58.05% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 155 - color contains mainly: green. Hex color #5E9B12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9B12 is #A164ED. Grayscale: #797979. Windows color (decimal): -10577134 or 1219422. OLE color: 1219422.

HSL color Cylindrical-coordinate representation of color #5E9B12: hue angle of 86.72º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5E9B12 is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB9415518-
CMYK0.3900.880.39
HSL86.72º79.19%33.92%-
HSV(B)86.72º88.39%60.78%-
XYZ16.4525.874.7-
YUV121.1469.79108.64-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.21%
GREEN value IS 155 (60.94% from 255) = 58.05%
BLUE value IS 18 (7.42% from 255) = 6.74%
R=35.21%
G=58.05%
B=6.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal94155180.3900.880.3986.7279.1933.92
Hex5E9B122705827574f22
Octal136233224701304712711742
Binary101111010011011100101001110101100010011110101111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,155,18); }

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

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

 a { background-color: rgb(94,155,18); }

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

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

 span { border-color: rgb(94,155,18); }

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