Html Css Color HEX #A0E992 Granny Smith Apple
📋 copy color: '#A0E992'red 160 ◦ green 233 ◦ blue 146
Shades of Granny Smith Apple #A0E992
Tints of Granny Smith Apple #A0E992
RGB
CMYK
RGB Variations
Color information
#A0E992 (or 0xA0E992) is known color: Granny Smith Apple. HEX triplet: A0, E9 and 92. RGB value is (160,233,146). Sum of RGB (Red+Green+Blue) = 160+233+146=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 233 (91.41% from 255 or 43.23% from 539); Blue value is 146 (57.42% from 255 or 27.09% from 539); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E992 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0E992 is #5F166D. Grayscale: #C9C9C9. Windows color (decimal): -6231662 or 9628064. OLE color: 9628064.
HSL color Cylindrical-coordinate representation of color #A0E992: hue angle of 110.34º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0E992 is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 233 | 146 | - |
| CMYK | 0.31 | 0 | 0.37 | 0.09 |
| HSL | 110.34º | 0.66% | 0.74% | - |
| HSV(B) | 110.34º | 0.37% | 0.91% | - |
| XYZ | 48.82 | 67.83 | 37.71 | - |
| YUV | 201.26 | 96.82 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 233 | 146 | 0.31 | 0 | 0.37 | 0.09 | 110.34 | 0.66 | 0.74 |
| Hex | A0 | E9 | 92 | 1F | 0 | 25 | 9 | 6E | 42 | 4A |
| Octal | 240 | 351 | 222 | 37 | 0 | 45 | 11 | 156 | 102 | 112 |
| Binary | 10100000 | 11101001 | 10010010 | 11111 | 0 | 100101 | 1001 | 1101110 | 1000010 | 1001010 |
Color Harmonies of #A0E992
Complementary color
Monochromatic Colors of #A0E992
Black with #A0E992
Text Example
Text Example
White with #A0E992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E992; }
p { color: rgb(160,233,146); }
H1.HeaderClassName
{
color: #A0E992;
}
.AnyTagClassName
{
color: #A0E992;
}
</style>
background-color css
<style>
a { background-color: #A0E992; }
a { background-color: rgb(160,233,146); }
div.DivClassName
{
background-color: #A0E992;
}
.BgClassName
{
background-color: #A0E992;
}
</style>
border-color css
<style>
span { border-color: #A0E992; }
span { border-color: rgb(160,233,146); }
td.TdClassName
{
border-color: #A0E992;
}
.TagClassName
{
border-color: #A0E992;
}
</style>