Html Css Color HEX #A0CF9A Granny Smith Apple
📋 copy color: '#A0CF9A'red 160 ◦ green 207 ◦ blue 154
Shades of Granny Smith Apple #A0CF9A
Tints of Granny Smith Apple #A0CF9A
RGB
CMYK
RGB Variations
Color information
#A0CF9A (or 0xA0CF9A) is known color: Granny Smith Apple. HEX triplet: A0, CF and 9A. RGB value is (160,207,154). Sum of RGB (Red+Green+Blue) = 160+207+154=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 154 (60.55% from 255 or 29.56% from 521); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CF9A is #5F3065. Grayscale: #BBBBBB. Windows color (decimal): -6238310 or 10145696. OLE color: 10145696.
HSL color Cylindrical-coordinate representation of color #A0CF9A: hue angle of 113.21º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0CF9A is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 207 | 154 | - |
| CMYK | 0.23 | 0 | 0.26 | 0.19 |
| HSL | 113.21º | 0.36% | 0.71% | - |
| HSV(B) | 113.21º | 0.26% | 0.81% | - |
| XYZ | 42.64 | 54.43 | 38.83 | - |
| YUV | 186.91 | 109.43 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 154 | 0.23 | 0 | 0.26 | 0.19 | 113.21 | 0.36 | 0.71 |
| Hex | A0 | CF | 9A | 17 | 0 | 1A | 13 | 71 | 24 | 47 |
| Octal | 240 | 317 | 232 | 27 | 0 | 32 | 23 | 161 | 44 | 107 |
| Binary | 10100000 | 11001111 | 10011010 | 10111 | 0 | 11010 | 10011 | 1110001 | 100100 | 1000111 |
Color Harmonies of #A0CF9A
Complementary color
Monochromatic Colors of #A0CF9A
Black with #A0CF9A
Text Example
Text Example
White with #A0CF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CF9A; }
p { color: rgb(160,207,154); }
H1.HeaderClassName
{
color: #A0CF9A;
}
.AnyTagClassName
{
color: #A0CF9A;
}
</style>
background-color css
<style>
a { background-color: #A0CF9A; }
a { background-color: rgb(160,207,154); }
div.DivClassName
{
background-color: #A0CF9A;
}
.BgClassName
{
background-color: #A0CF9A;
}
</style>
border-color css
<style>
span { border-color: #A0CF9A; }
span { border-color: rgb(160,207,154); }
td.TdClassName
{
border-color: #A0CF9A;
}
.TagClassName
{
border-color: #A0CF9A;
}
</style>