#5F9C0E

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

Shades of Limeade #5F9C0E

Tints of Limeade #5F9C0E

Color information

#5F9C0E (or 0x5F9C0E) is unknown color: approx Limeade. HEX triplet: 5F, 9C and 0E. RGB value is (95,156,14). Sum of RGB (Red+Green+Blue) = 95+156+14=265 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.85% from 265); Green value is 156 (61.33% from 255 or 58.87% from 265); Blue value is 14 (5.86% from 255 or 5.28% from 265); Max value from RGB is 156 - color contains mainly: green. Hex color #5F9C0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F9C0E is #A063F1. Grayscale: #7A7A7A. Windows color (decimal): -10511346 or 957535. OLE color: 957535.

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

Color convert

RGB9515614-
CMYK0.3900.910.39
HSL85.77º83.53%33.33%-
HSV(B)85.77º91.03%61.18%-
XYZ16.6926.244.6-
YUV121.5767.29109.05-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.85%
GREEN value IS 156 (61.33% from 255) = 58.87%
BLUE value IS 14 (5.86% from 255) = 5.28%
R=35.85%
G=58.87%
B=5.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal95156140.3900.910.3985.7783.5333.33
Hex5F9CE2705B27565421
Octal137234164701334712612441
Binary10111111001110011101001110101101110011110101101010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,156,14); }

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

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

 a { background-color: rgb(95,156,14); }

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

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

 span { border-color: rgb(95,156,14); }

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