#5FA020

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

Shades of Limeade #5FA020

Tints of Limeade #5FA020

Color information

#5FA020 (or 0x5FA020) is unknown color: approx Limeade. HEX triplet: 5F, A0 and 20. RGB value is (95,160,32). Sum of RGB (Red+Green+Blue) = 95+160+32=287 (38% of max value = 765). Red value is 95 (37.5% from 255 or 33.10% from 287); Green value is 160 (62.89% from 255 or 55.75% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 160 - color contains mainly: green. Hex color #5FA020 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA020 is #A05FDF. Grayscale: #7E7E7E. Windows color (decimal): -10510304 or 2138207. OLE color: 2138207.

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

Color convert

RGB9516032-
CMYK0.4100.800.37
HSL90.47º66.67%37.65%-
HSV(B)90.47º80%62.75%-
XYZ17.5527.685.78-
YUV125.9774.97105.91-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.10%
GREEN value IS 160 (62.89% from 255) = 55.75%
BLUE value IS 32 (12.89% from 255) = 11.15%
R=33.10%
G=55.75%
B=11.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal95160320.4100.800.3790.4766.6737.65
Hex5FA02029050255a4326
Octal137240405101204513210346
Binary1011111101000001000001010010101000010010110110101000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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