Html Css Color HEX #A0CE9E Granny Smith Apple
📋 copy color: '#A0CE9E'red 160 ◦ green 206 ◦ blue 158
Shades of Granny Smith Apple #A0CE9E
Tints of Granny Smith Apple #A0CE9E
RGB
CMYK
RGB Variations
Color information
#A0CE9E (or 0xA0CE9E) is known color: Granny Smith Apple. HEX triplet: A0, CE and 9E. RGB value is (160,206,158). Sum of RGB (Red+Green+Blue) = 160+206+158=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 158 (62.11% from 255 or 30.15% from 524); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CE9E is #5F3161. Grayscale: #BABABA. Windows color (decimal): -6238562 or 10407584. OLE color: 10407584.
HSL color Cylindrical-coordinate representation of color #A0CE9E: hue angle of 117.5º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0CE9E is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 206 | 158 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.19 |
| HSL | 117.5º | 0.33% | 0.71% | - |
| HSV(B) | 117.5º | 0.23% | 0.81% | - |
| XYZ | 42.74 | 54.08 | 40.53 | - |
| YUV | 186.77 | 111.76 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 158 | 0.22 | 0 | 0.23 | 0.19 | 117.5 | 0.33 | 0.71 |
| Hex | A0 | CE | 9E | 16 | 0 | 17 | 13 | 76 | 21 | 47 |
| Octal | 240 | 316 | 236 | 26 | 0 | 27 | 23 | 166 | 41 | 107 |
| Binary | 10100000 | 11001110 | 10011110 | 10110 | 0 | 10111 | 10011 | 1110110 | 100001 | 1000111 |
Color Harmonies of #A0CE9E
Complementary color
Monochromatic Colors of #A0CE9E
Black with #A0CE9E
Text Example
Text Example
White with #A0CE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CE9E; }
p { color: rgb(160,206,158); }
H1.HeaderClassName
{
color: #A0CE9E;
}
.AnyTagClassName
{
color: #A0CE9E;
}
</style>
background-color css
<style>
a { background-color: #A0CE9E; }
a { background-color: rgb(160,206,158); }
div.DivClassName
{
background-color: #A0CE9E;
}
.BgClassName
{
background-color: #A0CE9E;
}
</style>
border-color css
<style>
span { border-color: #A0CE9E; }
span { border-color: rgb(160,206,158); }
td.TdClassName
{
border-color: #A0CE9E;
}
.TagClassName
{
border-color: #A0CE9E;
}
</style>