#5FA01F

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

Shades of Limeade #5FA01F

Tints of Limeade #5FA01F

Color information

#5FA01F (or 0x5FA01F) is unknown color: approx Limeade. HEX triplet: 5F, A0 and 1F. RGB value is (95,160,31). Sum of RGB (Red+Green+Blue) = 95+160+31=286 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.22% from 286); Green value is 160 (62.89% from 255 or 55.94% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 160 - color contains mainly: green. Hex color #5FA01F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA01F is #A05FE0. Grayscale: #7E7E7E. Windows color (decimal): -10510305 or 2072671. OLE color: 2072671.

HSL color Cylindrical-coordinate representation of color #5FA01F: hue angle of 90.23º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5FA01F is Cyan = 0.41, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB9516031-
CMYK0.4100.810.37
HSL90.23º67.54%37.45%-
HSV(B)90.23º80.62%62.75%-
XYZ17.5427.675.71-
YUV125.8674.47105.99-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.22%
GREEN value IS 160 (62.89% from 255) = 55.94%
BLUE value IS 31 (12.5% from 255) = 10.84%
R=33.22%
G=55.94%
B=10.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal95160310.4100.810.3790.2367.5437.45
Hex5FA01F29051255a4425
Octal137240375101214513210445
Binary101111110100000111111010010101000110010110110101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA01F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,160,31); }

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

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

 a { background-color: rgb(95,160,31); }

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

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

 span { border-color: rgb(95,160,31); }

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