#5E9A14

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

Shades of Limeade #5E9A14

Tints of Limeade #5E9A14

Color information

#5E9A14 (or 0x5E9A14) is unknown color: approx Limeade. HEX triplet: 5E, 9A and 14. RGB value is (94,154,20). Sum of RGB (Red+Green+Blue) = 94+154+20=268 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.07% from 268); Green value is 154 (60.55% from 255 or 57.46% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 154 - color contains mainly: green. Hex color #5E9A14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9A14 is #A165EB. Grayscale: #797979. Windows color (decimal): -10577388 or 1350238. OLE color: 1350238.

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

Color convert

RGB9415420-
CMYK0.3900.870.40
HSL86.87º77.01%34.12%-
HSV(B)86.87º87.01%60.39%-
XYZ16.325.544.73-
YUV120.7871.12108.9-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.07%
GREEN value IS 154 (60.55% from 255) = 57.46%
BLUE value IS 20 (8.20% from 255) = 7.46%
R=35.07%
G=57.46%
B=7.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal94154200.3900.870.4086.8777.0134.12
Hex5E9A142705728574d22
Octal136232244701275012711542
Binary101111010011010101001001110101011110100010101111001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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