#5F9A11

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

Shades of Limeade #5F9A11

Tints of Limeade #5F9A11

Color information

#5F9A11 (or 0x5F9A11) is unknown color: approx Limeade. HEX triplet: 5F, 9A and 11. RGB value is (95,154,17). Sum of RGB (Red+Green+Blue) = 95+154+17=266 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.71% from 266); Green value is 154 (60.55% from 255 or 57.89% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 154 - color contains mainly: green. Hex color #5F9A11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F9A11 is #A065EE. Grayscale: #797979. Windows color (decimal): -10511855 or 1153631. OLE color: 1153631.

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

Color convert

RGB9515417-
CMYK0.3800.890.40
HSL85.84º80.12%33.53%-
HSV(B)85.84º88.96%60.39%-
XYZ16.3825.584.61-
YUV120.7469.45109.64-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.71%
GREEN value IS 154 (60.55% from 255) = 57.89%
BLUE value IS 17 (7.03% from 255) = 6.39%
R=35.71%
G=57.89%
B=6.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal95154170.3800.890.4085.8480.1233.53
Hex5F9A112605928565022
Octal137232214601315012612042
Binary101111110011010100011001100101100110100010101101010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,154,17); }

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

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

 a { background-color: rgb(95,154,17); }

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

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

 span { border-color: rgb(95,154,17); }

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