Html Css Color HEX #A0CF95 Granny Smith Apple
📋 copy color: '#A0CF95'red 160 ◦ green 207 ◦ blue 149
Shades of Granny Smith Apple #A0CF95
Tints of Granny Smith Apple #A0CF95
RGB
CMYK
RGB Variations
Color information
#A0CF95 (or 0xA0CF95) is known color: Granny Smith Apple. HEX triplet: A0, CF and 95. RGB value is (160,207,149). Sum of RGB (Red+Green+Blue) = 160+207+149=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CF95 is #5F306A. Grayscale: #BABABA. Windows color (decimal): -6238315 or 9818016. OLE color: 9818016.
HSL color Cylindrical-coordinate representation of color #A0CF95: hue angle of 108.62º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0CF95 is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 207 | 149 | - |
| CMYK | 0.23 | 0 | 0.28 | 0.19 |
| HSL | 108.62º | 0.38% | 0.7% | - |
| HSV(B) | 108.62º | 0.28% | 0.81% | - |
| XYZ | 42.23 | 54.27 | 36.68 | - |
| YUV | 186.34 | 106.93 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 149 | 0.23 | 0 | 0.28 | 0.19 | 108.62 | 0.38 | 0.7 |
| Hex | A0 | CF | 95 | 17 | 0 | 1C | 13 | 6D | 26 | 46 |
| Octal | 240 | 317 | 225 | 27 | 0 | 34 | 23 | 155 | 46 | 106 |
| Binary | 10100000 | 11001111 | 10010101 | 10111 | 0 | 11100 | 10011 | 1101101 | 100110 | 1000110 |
Color Harmonies of #A0CF95
Complementary color
Monochromatic Colors of #A0CF95
Black with #A0CF95
Text Example
Text Example
White with #A0CF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CF95; }
p { color: rgb(160,207,149); }
H1.HeaderClassName
{
color: #A0CF95;
}
.AnyTagClassName
{
color: #A0CF95;
}
</style>
background-color css
<style>
a { background-color: #A0CF95; }
a { background-color: rgb(160,207,149); }
div.DivClassName
{
background-color: #A0CF95;
}
.BgClassName
{
background-color: #A0CF95;
}
</style>
border-color css
<style>
span { border-color: #A0CF95; }
span { border-color: rgb(160,207,149); }
td.TdClassName
{
border-color: #A0CF95;
}
.TagClassName
{
border-color: #A0CF95;
}
</style>