#5f9e14

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

Shades of Limeade #5F9E14

Tints of Limeade #5F9E14

Color information

#5F9E14 (or 0x5F9E14) is unknown color: approx Limeade. HEX triplet: 5F, 9E and 14. RGB value is (95,158,20). Sum of RGB (Red+Green+Blue) = 95+158+20=273 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.80% from 273); Green value is 158 (62.11% from 255 or 57.88% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 158 - color contains mainly: green. Hex color #5F9E14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F9E14 is #A061EB. Grayscale: #7B7B7B. Windows color (decimal): -10510828 or 1351263. OLE color: 1351263.

HSL color Cylindrical-coordinate representation of color #5F9E14: hue angle of 87.39º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5F9E14 is Cyan = 0.40, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB9515820-
CMYK0.4000.870.38
HSL87.39º77.53%34.9%-
HSV(B)87.39º87.34%61.96%-
XYZ17.0726.944.96-
YUV123.4369.63107.72-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 34.80%
GREEN value IS 158 (62.11% from 255) = 57.88%
BLUE value IS 20 (8.20% from 255) = 7.33%
R=34.80%
G=57.88%
B=7.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal95158200.4000.870.3887.3977.5334.9
Hex5F9E142805726574e23
Octal137236245001274612711643
Binary101111110011110101001010000101011110011010101111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f9e14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,158,20); }

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

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

 a { background-color: rgb(95,158,20); }

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

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

 span { border-color: rgb(95,158,20); }

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