#5fa824

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

Shades of Limeade #5FA824

Tints of Limeade #5FA824

Color information

#5FA824 (or 0x5FA824) is unknown color: approx Limeade. HEX triplet: 5F, A8 and 24. RGB value is (95,168,36). Sum of RGB (Red+Green+Blue) = 95+168+36=299 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.77% from 299); Green value is 168 (66.02% from 255 or 56.19% from 299); Blue value is 36 (14.45% from 255 or 12.04% from 299); Max value from RGB is 168 - color contains mainly: green. Hex color #5FA824 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA824 is #A057DB. Grayscale: #838383. Windows color (decimal): -10508252 or 2402399. OLE color: 2402399.

HSL color Cylindrical-coordinate representation of color #5FA824: hue angle of 93.18º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5FA824 is Cyan = 0.43, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.34.

Color convert

RGB9516836-
CMYK0.4300.790.34
HSL93.18º64.71%40%-
HSV(B)93.18º78.57%65.88%-
XYZ19.0430.576.57-
YUV131.1274.32102.23-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.77%
GREEN value IS 168 (66.02% from 255) = 56.19%
BLUE value IS 36 (14.45% from 255) = 12.04%
R=31.77%
G=56.19%
B=12.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal95168360.4300.790.3493.1864.7140
Hex5FA8242B04F225d4128
Octal137250445301174213510150
Binary1011111101010001001001010110100111110001010111011000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fa824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,168,36); }

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

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

 a { background-color: rgb(95,168,36); }

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

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

 span { border-color: rgb(95,168,36); }

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