Shades of Apple #5F9E4A
Tints of Apple #5F9E4A
RGB
CMYK
RGB Variations
Color information
#5F9E4A (or 0x5F9E4A) is known color: Apple. HEX triplet: 5F, 9E and 4A. RGB value is (95,158,74). Sum of RGB (Red+Green+Blue) = 95+158+74=327 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.05% from 327); Green value is 158 (62.11% from 255 or 48.32% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 158 - color contains mainly: green. Hex color #5F9E4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F9E4A is #A061B5. Grayscale: #818181. Windows color (decimal): -10510774 or 4890207. OLE color: 4890207.
HSL color Cylindrical-coordinate representation of color #5F9E4A: hue angle of 105º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5F9E4A is Cyan = 0.40, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 158 | 74 | - |
| CMYK | 0.40 | 0 | 0.53 | 0.38 |
| HSL | 105º | 0.36% | 0.45% | - |
| HSV(B) | 105º | 0.53% | 0.62% | - |
| XYZ | 18.18 | 27.38 | 10.81 | - |
| YUV | 129.59 | 96.63 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 158 | 74 | 0.40 | 0 | 0.53 | 0.38 | 105 | 0.36 | 0.45 |
| Hex | 5F | 9E | 4A | 28 | 0 | 35 | 26 | 69 | 24 | 2D |
| Octal | 137 | 236 | 112 | 50 | 0 | 65 | 46 | 151 | 44 | 55 |
| Binary | 1011111 | 10011110 | 1001010 | 101000 | 0 | 110101 | 100110 | 1101001 | 100100 | 101101 |
Color Harmonies of #5F9E4A
Complementary color
Monochromatic Colors of #5F9E4A
Black with #5F9E4A
Text Example
Text Example
White with #5F9E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9E4A; }
p { color: rgb(95,158,74); }
H1.HeaderClassName
{
color: #5F9E4A;
}
.AnyTagClassName
{
color: #5F9E4A;
}
</style>
background-color css
<style>
a { background-color: #5F9E4A; }
a { background-color: rgb(95,158,74); }
div.DivClassName
{
background-color: #5F9E4A;
}
.BgClassName
{
background-color: #5F9E4A;
}
</style>
border-color css
<style>
span { border-color: #5F9E4A; }
span { border-color: rgb(95,158,74); }
td.TdClassName
{
border-color: #5F9E4A;
}
.TagClassName
{
border-color: #5F9E4A;
}
</style>