#5FA24C

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

Shades of Apple #5FA24C

Tints of Apple #5FA24C

Color information

#5FA24C (or 0x5FA24C) is unknown color: approx Apple. HEX triplet: 5F, A2 and 4C. RGB value is (95,162,76). Sum of RGB (Red+Green+Blue) = 95+162+76=333 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.53% from 333); Green value is 162 (63.67% from 255 or 48.65% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 162 - color contains mainly: green. Hex color #5FA24C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA24C is #A05DB3. Grayscale: #848484. Windows color (decimal): -10509748 or 5022303. OLE color: 5022303.

HSL color Cylindrical-coordinate representation of color #5FA24C: hue angle of 106.74º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FA24C is Cyan = 0.41, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB9516276-
CMYK0.4100.530.36
HSL106.74º36.13%46.67%-
HSV(B)106.74º53.09%63.53%-
XYZ18.9428.811.4-
YUV132.1696.3101.49-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.53%
GREEN value IS 162 (63.67% from 255) = 48.65%
BLUE value IS 76 (30.08% from 255) = 22.82%
R=28.53%
G=48.65%
B=22.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal95162760.4100.530.36106.7436.1346.67
Hex5FA24C29035246b242f
Octal13724211451065441534457
Binary101111110100010100110010100101101011001001101011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA24C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,162,76); }

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

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

 a { background-color: rgb(95,162,76); }

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

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

 span { border-color: rgb(95,162,76); }

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