Html Css Color HEX #A0CF9E Granny Smith Apple
📋 copy color: '#A0CF9E'red 160 ◦ green 207 ◦ blue 158
Shades of Granny Smith Apple #A0CF9E
Tints of Granny Smith Apple #A0CF9E
RGB
CMYK
RGB Variations
Color information
#A0CF9E (or 0xA0CF9E) is known color: Granny Smith Apple. HEX triplet: A0, CF and 9E. RGB value is (160,207,158). Sum of RGB (Red+Green+Blue) = 160+207+158=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 158 (62.11% from 255 or 30.10% from 525); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CF9E is #5F3061. Grayscale: #BBBBBB. Windows color (decimal): -6238306 or 10407840. OLE color: 10407840.
HSL color Cylindrical-coordinate representation of color #A0CF9E: hue angle of 117.55º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0CF9E is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 207 | 158 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.19 |
| HSL | 117.55º | 0.34% | 0.72% | - |
| HSV(B) | 117.55º | 0.24% | 0.81% | - |
| XYZ | 42.98 | 54.57 | 40.62 | - |
| YUV | 187.36 | 111.43 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 158 | 0.23 | 0 | 0.24 | 0.19 | 117.55 | 0.34 | 0.72 |
| Hex | A0 | CF | 9E | 17 | 0 | 18 | 13 | 76 | 22 | 48 |
| Octal | 240 | 317 | 236 | 27 | 0 | 30 | 23 | 166 | 42 | 110 |
| Binary | 10100000 | 11001111 | 10011110 | 10111 | 0 | 11000 | 10011 | 1110110 | 100010 | 1001000 |
Color Harmonies of #A0CF9E
Complementary color
Monochromatic Colors of #A0CF9E
Black with #A0CF9E
Text Example
Text Example
White with #A0CF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CF9E; }
p { color: rgb(160,207,158); }
H1.HeaderClassName
{
color: #A0CF9E;
}
.AnyTagClassName
{
color: #A0CF9E;
}
</style>
background-color css
<style>
a { background-color: #A0CF9E; }
a { background-color: rgb(160,207,158); }
div.DivClassName
{
background-color: #A0CF9E;
}
.BgClassName
{
background-color: #A0CF9E;
}
</style>
border-color css
<style>
span { border-color: #A0CF9E; }
span { border-color: rgb(160,207,158); }
td.TdClassName
{
border-color: #A0CF9E;
}
.TagClassName
{
border-color: #A0CF9E;
}
</style>