Shades of Apple #5FA148
Tints of Apple #5FA148
RGB
CMYK
RGB Variations
Color information
#5FA148 (or 0x5FA148) is known color: Apple. HEX triplet: 5F, A1 and 48. RGB value is (95,161,72). Sum of RGB (Red+Green+Blue) = 95+161+72=328 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.96% from 328); Green value is 161 (63.28% from 255 or 49.09% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 161 - color contains mainly: green. Hex color #5FA148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA148 is #A05EB7. Grayscale: #838383. Windows color (decimal): -10510008 or 4759903. OLE color: 4759903.
HSL color Cylindrical-coordinate representation of color #5FA148: hue angle of 104.49º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FA148 is Cyan = 0.41, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 95 | 161 | 72 | - |
| CMYK | 0.41 | 0 | 0.55 | 0.37 |
| HSL | 104.49º | 0.38% | 0.46% | - |
| HSV(B) | 104.49º | 0.55% | 0.63% | - |
| XYZ | 18.63 | 28.39 | 10.63 | - |
| YUV | 131.12 | 94.63 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 161 | 72 | 0.41 | 0 | 0.55 | 0.37 | 104.49 | 0.38 | 0.46 |
| Hex | 5F | A1 | 48 | 29 | 0 | 37 | 25 | 68 | 26 | 2E |
| Octal | 137 | 241 | 110 | 51 | 0 | 67 | 45 | 150 | 46 | 56 |
| Binary | 1011111 | 10100001 | 1001000 | 101001 | 0 | 110111 | 100101 | 1101000 | 100110 | 101110 |
Color Harmonies of #5FA148
Complementary color
Monochromatic Colors of #5FA148
Black with #5FA148
Text Example
Text Example
White with #5FA148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA148; }
p { color: rgb(95,161,72); }
H1.HeaderClassName
{
color: #5FA148;
}
.AnyTagClassName
{
color: #5FA148;
}
</style>
background-color css
<style>
a { background-color: #5FA148; }
a { background-color: rgb(95,161,72); }
div.DivClassName
{
background-color: #5FA148;
}
.BgClassName
{
background-color: #5FA148;
}
</style>
border-color css
<style>
span { border-color: #5FA148; }
span { border-color: rgb(95,161,72); }
td.TdClassName
{
border-color: #5FA148;
}
.TagClassName
{
border-color: #5FA148;
}
</style>