Html Css Color HEX #A0E888 Granny Smith Apple
📋 copy color: '#A0E888'red 160 ◦ green 232 ◦ blue 136
Shades of Granny Smith Apple #A0E888
Tints of Granny Smith Apple #A0E888
RGB
CMYK
RGB Variations
Color information
#A0E888 (or 0xA0E888) is known color: Granny Smith Apple. HEX triplet: A0, E8 and 88. RGB value is (160,232,136). Sum of RGB (Red+Green+Blue) = 160+232+136=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 232 (91.02% from 255 or 43.94% from 528); Blue value is 136 (53.52% from 255 or 25.76% from 528); Max value from RGB is 232 - color contains mainly: green. Hex color #A0E888 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0E888 is #5F1777. Grayscale: #C7C7C7. Windows color (decimal): -6231928 or 8972448. OLE color: 8972448.
HSL color Cylindrical-coordinate representation of color #A0E888: hue angle of 105º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0E888 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 232 | 136 | - |
| CMYK | 0.31 | 0 | 0.41 | 0.09 |
| HSL | 105º | 0.68% | 0.72% | - |
| HSV(B) | 105º | 0.41% | 0.91% | - |
| XYZ | 47.8 | 66.96 | 33.7 | - |
| YUV | 199.53 | 92.15 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 232 | 136 | 0.31 | 0 | 0.41 | 0.09 | 105 | 0.68 | 0.72 |
| Hex | A0 | E8 | 88 | 1F | 0 | 29 | 9 | 69 | 44 | 48 |
| Octal | 240 | 350 | 210 | 37 | 0 | 51 | 11 | 151 | 104 | 110 |
| Binary | 10100000 | 11101000 | 10001000 | 11111 | 0 | 101001 | 1001 | 1101001 | 1000100 | 1001000 |
Color Harmonies of #A0E888
Complementary color
Monochromatic Colors of #A0E888
Black with #A0E888
Text Example
Text Example
White with #A0E888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E888; }
p { color: rgb(160,232,136); }
H1.HeaderClassName
{
color: #A0E888;
}
.AnyTagClassName
{
color: #A0E888;
}
</style>
background-color css
<style>
a { background-color: #A0E888; }
a { background-color: rgb(160,232,136); }
div.DivClassName
{
background-color: #A0E888;
}
.BgClassName
{
background-color: #A0E888;
}
</style>
border-color css
<style>
span { border-color: #A0E888; }
span { border-color: rgb(160,232,136); }
td.TdClassName
{
border-color: #A0E888;
}
.TagClassName
{
border-color: #A0E888;
}
</style>