Html Css Color HEX #A0E689 Granny Smith Apple
📋 copy color: '#A0E689'red 160 ◦ green 230 ◦ blue 137
Shades of Granny Smith Apple #A0E689
Tints of Granny Smith Apple #A0E689
RGB
CMYK
RGB Variations
Color information
#A0E689 (or 0xA0E689) is known color: Granny Smith Apple. HEX triplet: A0, E6 and 89. RGB value is (160,230,137). Sum of RGB (Red+Green+Blue) = 160+230+137=527 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.36% from 527); Green value is 230 (90.23% from 255 or 43.64% from 527); Blue value is 137 (53.91% from 255 or 26.00% from 527); Max value from RGB is 230 - color contains mainly: green. Hex color #A0E689 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0E689 is #5F1976. Grayscale: #C6C6C6. Windows color (decimal): -6232439 or 9037472. OLE color: 9037472.
HSL color Cylindrical-coordinate representation of color #A0E689: hue angle of 105.16º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0E689 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 230 | 137 | - |
| CMYK | 0.30 | 0 | 0.40 | 0.10 |
| HSL | 105.16º | 0.65% | 0.72% | - |
| HSV(B) | 105.16º | 0.4% | 0.9% | - |
| XYZ | 47.31 | 65.87 | 33.89 | - |
| YUV | 198.47 | 93.31 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 230 | 137 | 0.30 | 0 | 0.40 | 0.10 | 105.16 | 0.65 | 0.72 |
| Hex | A0 | E6 | 89 | 1E | 0 | 28 | A | 69 | 41 | 48 |
| Octal | 240 | 346 | 211 | 36 | 0 | 50 | 12 | 151 | 101 | 110 |
| Binary | 10100000 | 11100110 | 10001001 | 11110 | 0 | 101000 | 1010 | 1101001 | 1000001 | 1001000 |
Color Harmonies of #A0E689
Complementary color
Monochromatic Colors of #A0E689
Black with #A0E689
Text Example
Text Example
White with #A0E689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E689; }
p { color: rgb(160,230,137); }
H1.HeaderClassName
{
color: #A0E689;
}
.AnyTagClassName
{
color: #A0E689;
}
</style>
background-color css
<style>
a { background-color: #A0E689; }
a { background-color: rgb(160,230,137); }
div.DivClassName
{
background-color: #A0E689;
}
.BgClassName
{
background-color: #A0E689;
}
</style>
border-color css
<style>
span { border-color: #A0E689; }
span { border-color: rgb(160,230,137); }
td.TdClassName
{
border-color: #A0E689;
}
.TagClassName
{
border-color: #A0E689;
}
</style>