Shades of Apple #5FA140
Tints of Apple #5FA140
RGB
CMYK
RGB Variations
Color information
#5FA140 (or 0x5FA140) is known color: Apple. HEX triplet: 5F, A1 and 40. RGB value is (95,161,64). Sum of RGB (Red+Green+Blue) = 95+161+64=320 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.69% from 320); Green value is 161 (63.28% from 255 or 50.31% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 161 - color contains mainly: green. Hex color #5FA140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA140 is #A05EBF. Grayscale: #828282. Windows color (decimal): -10510016 or 4235615. OLE color: 4235615.
HSL color Cylindrical-coordinate representation of color #5FA140: hue angle of 100.82º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FA140 is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 95 | 161 | 64 | - |
| CMYK | 0.41 | 0 | 0.60 | 0.37 |
| HSL | 100.82º | 0.43% | 0.44% | - |
| HSV(B) | 100.82º | 0.6% | 0.63% | - |
| XYZ | 18.39 | 28.29 | 9.34 | - |
| YUV | 130.21 | 90.63 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 161 | 64 | 0.41 | 0 | 0.60 | 0.37 | 100.82 | 0.43 | 0.44 |
| Hex | 5F | A1 | 40 | 29 | 0 | 3C | 25 | 65 | 2B | 2C |
| Octal | 137 | 241 | 100 | 51 | 0 | 74 | 45 | 145 | 53 | 54 |
| Binary | 1011111 | 10100001 | 1000000 | 101001 | 0 | 111100 | 100101 | 1100101 | 101011 | 101100 |
Color Harmonies of #5FA140
Complementary color
Monochromatic Colors of #5FA140
Black with #5FA140
Text Example
Text Example
White with #5FA140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA140; }
p { color: rgb(95,161,64); }
H1.HeaderClassName
{
color: #5FA140;
}
.AnyTagClassName
{
color: #5FA140;
}
</style>
background-color css
<style>
a { background-color: #5FA140; }
a { background-color: rgb(95,161,64); }
div.DivClassName
{
background-color: #5FA140;
}
.BgClassName
{
background-color: #5FA140;
}
</style>
border-color css
<style>
span { border-color: #5FA140; }
span { border-color: rgb(95,161,64); }
td.TdClassName
{
border-color: #5FA140;
}
.TagClassName
{
border-color: #5FA140;
}
</style>