#5F9412

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

Shades of Limeade #5F9412

Tints of Limeade #5F9412

Color information

#5F9412 (or 0x5F9412) is unknown color: approx Limeade. HEX triplet: 5F, 94 and 12. RGB value is (95,148,18). Sum of RGB (Red+Green+Blue) = 95+148+18=261 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.40% from 261); Green value is 148 (58.20% from 255 or 56.70% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 148 - color contains mainly: green. Hex color #5F9412 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F9412 is #A06BED. Grayscale: #757575. Windows color (decimal): -10513390 or 1217631. OLE color: 1217631.

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

Color convert

RGB9514818-
CMYK0.3600.880.42
HSL84.46º78.31%32.55%-
HSV(B)84.46º87.84%58.04%-
XYZ15.4223.664.33-
YUV117.3371.94112.07-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.40%
GREEN value IS 148 (58.20% from 255) = 56.70%
BLUE value IS 18 (7.42% from 255) = 6.90%
R=36.40%
G=56.70%
B=6.90%

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
Decimal95148180.3600.880.4284.4678.3132.55
Hex5F9412240582A544e21
Octal137224224401305212411641
Binary101111110010100100101001000101100010101010101001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,148,18); }

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

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

 a { background-color: rgb(95,148,18); }

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

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

 span { border-color: rgb(95,148,18); }

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