Shades of Apple #5FAA4A
Tints of Apple #5FAA4A
RGB
CMYK
RGB Variations
Color information
#5FAA4A (or 0x5FAA4A) is known color: Apple. HEX triplet: 5F, AA and 4A. RGB value is (95,170,74). Sum of RGB (Red+Green+Blue) = 95+170+74=339 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.02% from 339); Green value is 170 (66.80% from 255 or 50.15% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 170 - color contains mainly: green. Hex color #5FAA4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FAA4A is #A055B5. Grayscale: #888888. Windows color (decimal): -10507702 or 4893279. OLE color: 4893279.
HSL color Cylindrical-coordinate representation of color #5FAA4A: hue angle of 106.88º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FAA4A is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 170 | 74 | - |
| CMYK | 0.44 | 0 | 0.56 | 0.33 |
| HSL | 106.88º | 0.39% | 0.48% | - |
| HSV(B) | 106.88º | 0.56% | 0.67% | - |
| XYZ | 20.33 | 31.68 | 11.52 | - |
| YUV | 136.63 | 92.65 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 170 | 74 | 0.44 | 0 | 0.56 | 0.33 | 106.88 | 0.39 | 0.48 |
| Hex | 5F | AA | 4A | 2C | 0 | 38 | 21 | 6B | 27 | 30 |
| Octal | 137 | 252 | 112 | 54 | 0 | 70 | 41 | 153 | 47 | 60 |
| Binary | 1011111 | 10101010 | 1001010 | 101100 | 0 | 111000 | 100001 | 1101011 | 100111 | 110000 |
Color Harmonies of #5FAA4A
Complementary color
Monochromatic Colors of #5FAA4A
Black with #5FAA4A
Text Example
Text Example
White with #5FAA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAA4A; }
p { color: rgb(95,170,74); }
H1.HeaderClassName
{
color: #5FAA4A;
}
.AnyTagClassName
{
color: #5FAA4A;
}
</style>
background-color css
<style>
a { background-color: #5FAA4A; }
a { background-color: rgb(95,170,74); }
div.DivClassName
{
background-color: #5FAA4A;
}
.BgClassName
{
background-color: #5FAA4A;
}
</style>
border-color css
<style>
span { border-color: #5FAA4A; }
span { border-color: rgb(95,170,74); }
td.TdClassName
{
border-color: #5FAA4A;
}
.TagClassName
{
border-color: #5FAA4A;
}
</style>