Shades of Apple #5FA946
Tints of Apple #5FA946
RGB
CMYK
RGB Variations
Color information
#5FA946 (or 0x5FA946) is known color: Apple. HEX triplet: 5F, A9 and 46. RGB value is (95,169,70). Sum of RGB (Red+Green+Blue) = 95+169+70=334 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.44% from 334); Green value is 169 (66.41% from 255 or 50.60% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 169 - color contains mainly: green. Hex color #5FA946 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA946 is #A056B9. Grayscale: #878787. Windows color (decimal): -10507962 or 4630879. OLE color: 4630879.
HSL color Cylindrical-coordinate representation of color #5FA946: hue angle of 104.85º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FA946 is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 95 | 169 | 70 | - |
| CMYK | 0.44 | 0 | 0.59 | 0.34 |
| HSL | 104.85º | 0.41% | 0.47% | - |
| HSV(B) | 104.85º | 0.59% | 0.66% | - |
| XYZ | 20.01 | 31.25 | 10.77 | - |
| YUV | 135.59 | 90.98 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 169 | 70 | 0.44 | 0 | 0.59 | 0.34 | 104.85 | 0.41 | 0.47 |
| Hex | 5F | A9 | 46 | 2C | 0 | 3B | 22 | 69 | 29 | 2F |
| Octal | 137 | 251 | 106 | 54 | 0 | 73 | 42 | 151 | 51 | 57 |
| Binary | 1011111 | 10101001 | 1000110 | 101100 | 0 | 111011 | 100010 | 1101001 | 101001 | 101111 |
Color Harmonies of #5FA946
Complementary color
Monochromatic Colors of #5FA946
Black with #5FA946
Text Example
Text Example
White with #5FA946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA946; }
p { color: rgb(95,169,70); }
H1.HeaderClassName
{
color: #5FA946;
}
.AnyTagClassName
{
color: #5FA946;
}
</style>
background-color css
<style>
a { background-color: #5FA946; }
a { background-color: rgb(95,169,70); }
div.DivClassName
{
background-color: #5FA946;
}
.BgClassName
{
background-color: #5FA946;
}
</style>
border-color css
<style>
span { border-color: #5FA946; }
span { border-color: rgb(95,169,70); }
td.TdClassName
{
border-color: #5FA946;
}
.TagClassName
{
border-color: #5FA946;
}
</style>