Shades of Apple #5FA143
Tints of Apple #5FA143
RGB
CMYK
RGB Variations
Color information
#5FA143 (or 0x5FA143) is known color: Apple. HEX triplet: 5F, A1 and 43. RGB value is (95,161,67). Sum of RGB (Red+Green+Blue) = 95+161+67=323 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.41% from 323); Green value is 161 (63.28% from 255 or 49.85% from 323); Blue value is 67 (26.56% from 255 or 20.74% from 323); Max value from RGB is 161 - color contains mainly: green. Hex color #5FA143 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA143 is #A05EBC. Grayscale: #828282. Windows color (decimal): -10510013 or 4432223. OLE color: 4432223.
HSL color Cylindrical-coordinate representation of color #5FA143: hue angle of 102.13º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FA143 is Cyan = 0.41, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 95 | 161 | 67 | - |
| CMYK | 0.41 | 0 | 0.58 | 0.37 |
| HSL | 102.13º | 0.41% | 0.45% | - |
| HSV(B) | 102.13º | 0.58% | 0.63% | - |
| XYZ | 18.48 | 28.33 | 9.8 | - |
| YUV | 130.55 | 92.13 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 161 | 67 | 0.41 | 0 | 0.58 | 0.37 | 102.13 | 0.41 | 0.45 |
| Hex | 5F | A1 | 43 | 29 | 0 | 3A | 25 | 66 | 29 | 2D |
| Octal | 137 | 241 | 103 | 51 | 0 | 72 | 45 | 146 | 51 | 55 |
| Binary | 1011111 | 10100001 | 1000011 | 101001 | 0 | 111010 | 100101 | 1100110 | 101001 | 101101 |
Color Harmonies of #5FA143
Complementary color
Monochromatic Colors of #5FA143
Black with #5FA143
Text Example
Text Example
White with #5FA143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA143; }
p { color: rgb(95,161,67); }
H1.HeaderClassName
{
color: #5FA143;
}
.AnyTagClassName
{
color: #5FA143;
}
</style>
background-color css
<style>
a { background-color: #5FA143; }
a { background-color: rgb(95,161,67); }
div.DivClassName
{
background-color: #5FA143;
}
.BgClassName
{
background-color: #5FA143;
}
</style>
border-color css
<style>
span { border-color: #5FA143; }
span { border-color: rgb(95,161,67); }
td.TdClassName
{
border-color: #5FA143;
}
.TagClassName
{
border-color: #5FA143;
}
</style>