Html Css Color HEX #A0E88C Granny Smith Apple
📋 copy color: '#A0E88C'red 160 ◦ green 232 ◦ blue 140
Shades of Granny Smith Apple #A0E88C
Tints of Granny Smith Apple #A0E88C
RGB
CMYK
RGB Variations
Color information
#A0E88C (or 0xA0E88C) is known color: Granny Smith Apple. HEX triplet: A0, E8 and 8C. RGB value is (160,232,140). Sum of RGB (Red+Green+Blue) = 160+232+140=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 232 (91.02% from 255 or 43.61% from 532); Blue value is 140 (55.08% from 255 or 26.32% from 532); Max value from RGB is 232 - color contains mainly: green. Hex color #A0E88C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0E88C is #5F1773. Grayscale: #C8C8C8. Windows color (decimal): -6231924 or 9234592. OLE color: 9234592.
HSL color Cylindrical-coordinate representation of color #A0E88C: hue angle of 106.96º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0E88C is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 232 | 140 | - |
| CMYK | 0.31 | 0 | 0.40 | 0.09 |
| HSL | 106.96º | 0.67% | 0.73% | - |
| HSV(B) | 106.96º | 0.4% | 0.91% | - |
| XYZ | 48.09 | 67.08 | 35.22 | - |
| YUV | 199.98 | 94.15 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 232 | 140 | 0.31 | 0 | 0.40 | 0.09 | 106.96 | 0.67 | 0.73 |
| Hex | A0 | E8 | 8C | 1F | 0 | 28 | 9 | 6B | 43 | 49 |
| Octal | 240 | 350 | 214 | 37 | 0 | 50 | 11 | 153 | 103 | 111 |
| Binary | 10100000 | 11101000 | 10001100 | 11111 | 0 | 101000 | 1001 | 1101011 | 1000011 | 1001001 |
Color Harmonies of #A0E88C
Complementary color
Monochromatic Colors of #A0E88C
Black with #A0E88C
Text Example
Text Example
White with #A0E88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E88C; }
p { color: rgb(160,232,140); }
H1.HeaderClassName
{
color: #A0E88C;
}
.AnyTagClassName
{
color: #A0E88C;
}
</style>
background-color css
<style>
a { background-color: #A0E88C; }
a { background-color: rgb(160,232,140); }
div.DivClassName
{
background-color: #A0E88C;
}
.BgClassName
{
background-color: #A0E88C;
}
</style>
border-color css
<style>
span { border-color: #A0E88C; }
span { border-color: rgb(160,232,140); }
td.TdClassName
{
border-color: #A0E88C;
}
.TagClassName
{
border-color: #A0E88C;
}
</style>