Shades of Apple #5FAA3C
Tints of Apple #5FAA3C
RGB
CMYK
RGB Variations
Color information
#5FAA3C (or 0x5FAA3C) is known color: Apple. HEX triplet: 5F, AA and 3C. RGB value is (95,170,60). Sum of RGB (Red+Green+Blue) = 95+170+60=325 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.23% from 325); Green value is 170 (66.80% from 255 or 52.31% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 170 - color contains mainly: green. Hex color #5FAA3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FAA3C is #A055C3. Grayscale: #878787. Windows color (decimal): -10507716 or 3975775. OLE color: 3975775.
HSL color Cylindrical-coordinate representation of color #5FAA3C: hue angle of 100.91º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5FAA3C is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 170 | 60 | - |
| CMYK | 0.44 | 0 | 0.65 | 0.33 |
| HSL | 100.91º | 0.48% | 0.45% | - |
| HSV(B) | 100.91º | 0.65% | 0.67% | - |
| XYZ | 19.91 | 31.51 | 9.31 | - |
| YUV | 135.04 | 85.65 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 170 | 60 | 0.44 | 0 | 0.65 | 0.33 | 100.91 | 0.48 | 0.45 |
| Hex | 5F | AA | 3C | 2C | 0 | 41 | 21 | 65 | 30 | 2D |
| Octal | 137 | 252 | 74 | 54 | 0 | 101 | 41 | 145 | 60 | 55 |
| Binary | 1011111 | 10101010 | 111100 | 101100 | 0 | 1000001 | 100001 | 1100101 | 110000 | 101101 |
Color Harmonies of #5FAA3C
Complementary color
Monochromatic Colors of #5FAA3C
Black with #5FAA3C
Text Example
Text Example
White with #5FAA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAA3C; }
p { color: rgb(95,170,60); }
H1.HeaderClassName
{
color: #5FAA3C;
}
.AnyTagClassName
{
color: #5FAA3C;
}
</style>
background-color css
<style>
a { background-color: #5FAA3C; }
a { background-color: rgb(95,170,60); }
div.DivClassName
{
background-color: #5FAA3C;
}
.BgClassName
{
background-color: #5FAA3C;
}
</style>
border-color css
<style>
span { border-color: #5FAA3C; }
span { border-color: rgb(95,170,60); }
td.TdClassName
{
border-color: #5FAA3C;
}
.TagClassName
{
border-color: #5FAA3C;
}
</style>