#5E9312

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

Shades of Limeade #5E9312

Tints of Limeade #5E9312

Color information

#5E9312 (or 0x5E9312) is unknown color: approx Limeade. HEX triplet: 5E, 93 and 12. RGB value is (94,147,18). Sum of RGB (Red+Green+Blue) = 94+147+18=259 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.29% from 259); Green value is 147 (57.81% from 255 or 56.76% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 147 - color contains mainly: green. Hex color #5E9312 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9312 is #A16CED. Grayscale: #747474. Windows color (decimal): -10579182 or 1217374. OLE color: 1217374.

HSL color Cylindrical-coordinate representation of color #5E9312: hue angle of 84.65º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5E9312 is Cyan = 0.36, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB9414718-
CMYK0.3600.880.42
HSL84.65º78.18%32.35%-
HSV(B)84.65º87.76%57.65%-
XYZ15.1623.294.27-
YUV116.4572.44111.99-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 36.29%
GREEN value IS 147 (57.81% from 255) = 56.76%
BLUE value IS 18 (7.42% from 255) = 6.95%
R=36.29%
G=56.76%
B=6.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal94147180.3600.880.4284.6578.1832.35
Hex5E9312240582A554e20
Octal136223224401305212511640
Binary101111010010011100101001000101100010101010101011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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