Html Css Color HEX #A0E69C Granny Smith Apple
📋 copy color: '#A0E69C'red 160 ◦ green 230 ◦ blue 156
Shades of Granny Smith Apple #A0E69C
Tints of Granny Smith Apple #A0E69C
RGB
CMYK
RGB Variations
Color information
#A0E69C (or 0xA0E69C) is known color: Granny Smith Apple. HEX triplet: A0, E6 and 9C. RGB value is (160,230,156). Sum of RGB (Red+Green+Blue) = 160+230+156=546 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.30% from 546); Green value is 230 (90.23% from 255 or 42.12% from 546); Blue value is 156 (61.33% from 255 or 28.57% from 546); Max value from RGB is 230 - color contains mainly: green. Hex color #A0E69C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0E69C is #5F1963. Grayscale: #C8C8C8. Windows color (decimal): -6232420 or 10282656. OLE color: 10282656.
HSL color Cylindrical-coordinate representation of color #A0E69C: hue angle of 116.76º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0E69C is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 230 | 156 | - |
| CMYK | 0.30 | 0 | 0.32 | 0.10 |
| HSL | 116.76º | 0.6% | 0.76% | - |
| HSV(B) | 116.76º | 0.32% | 0.9% | - |
| XYZ | 48.79 | 66.47 | 41.71 | - |
| YUV | 200.63 | 102.81 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 230 | 156 | 0.30 | 0 | 0.32 | 0.10 | 116.76 | 0.6 | 0.76 |
| Hex | A0 | E6 | 9C | 1E | 0 | 20 | A | 75 | 3C | 4C |
| Octal | 240 | 346 | 234 | 36 | 0 | 40 | 12 | 165 | 74 | 114 |
| Binary | 10100000 | 11100110 | 10011100 | 11110 | 0 | 100000 | 1010 | 1110101 | 111100 | 1001100 |
Color Harmonies of #A0E69C
Complementary color
Monochromatic Colors of #A0E69C
Black with #A0E69C
Text Example
Text Example
White with #A0E69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E69C; }
p { color: rgb(160,230,156); }
H1.HeaderClassName
{
color: #A0E69C;
}
.AnyTagClassName
{
color: #A0E69C;
}
</style>
background-color css
<style>
a { background-color: #A0E69C; }
a { background-color: rgb(160,230,156); }
div.DivClassName
{
background-color: #A0E69C;
}
.BgClassName
{
background-color: #A0E69C;
}
</style>
border-color css
<style>
span { border-color: #A0E69C; }
span { border-color: rgb(160,230,156); }
td.TdClassName
{
border-color: #A0E69C;
}
.TagClassName
{
border-color: #A0E69C;
}
</style>