#5E9816

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

Shades of Limeade #5E9816

Tints of Limeade #5E9816

Color information

#5E9816 (or 0x5E9816) is unknown color: approx Limeade. HEX triplet: 5E, 98 and 16. RGB value is (94,152,22). Sum of RGB (Red+Green+Blue) = 94+152+22=268 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.07% from 268); Green value is 152 (59.77% from 255 or 56.72% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 152 - color contains mainly: green. Hex color #5E9816 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9816 is #A167E9. Grayscale: #787878. Windows color (decimal): -10577898 or 1480798. OLE color: 1480798.

HSL color Cylindrical-coordinate representation of color #5E9816: hue angle of 86.77º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E9816 is Cyan = 0.38, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB9415222-
CMYK0.3800.860.40
HSL86.77º74.71%34.12%-
HSV(B)86.77º85.53%59.61%-
XYZ15.9924.894.72-
YUV119.8472.78109.57-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.07%
GREEN value IS 152 (59.77% from 255) = 56.72%
BLUE value IS 22 (8.98% from 255) = 8.21%
R=35.07%
G=56.72%
B=8.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal94152220.3800.860.4086.7774.7134.12
Hex5E98162605628574b22
Octal136230264601265012711342
Binary101111010011000101101001100101011010100010101111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,152,22); }

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

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

 a { background-color: rgb(94,152,22); }

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

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

 span { border-color: rgb(94,152,22); }

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