Html Css Color HEX #A0E29B Granny Smith Apple
📋 copy color: '#A0E29B'red 160 ◦ green 226 ◦ blue 155
Shades of Granny Smith Apple #A0E29B
Tints of Granny Smith Apple #A0E29B
RGB
CMYK
RGB Variations
Color information
#A0E29B (or 0xA0E29B) is known color: Granny Smith Apple. HEX triplet: A0, E2 and 9B. RGB value is (160,226,155). Sum of RGB (Red+Green+Blue) = 160+226+155=541 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.57% from 541); Green value is 226 (88.67% from 255 or 41.77% from 541); Blue value is 155 (60.94% from 255 or 28.65% from 541); Max value from RGB is 226 - color contains mainly: green. Hex color #A0E29B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E29B is #5F1D64. Grayscale: #C6C6C6. Windows color (decimal): -6233445 or 10216096. OLE color: 10216096.
HSL color Cylindrical-coordinate representation of color #A0E29B: hue angle of 115.77º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0E29B is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 226 | 155 | - |
| CMYK | 0.29 | 0 | 0.31 | 0.11 |
| HSL | 115.77º | 0.55% | 0.75% | - |
| HSV(B) | 115.77º | 0.31% | 0.89% | - |
| XYZ | 47.61 | 64.23 | 40.9 | - |
| YUV | 198.17 | 103.63 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 226 | 155 | 0.29 | 0 | 0.31 | 0.11 | 115.77 | 0.55 | 0.75 |
| Hex | A0 | E2 | 9B | 1D | 0 | 1F | B | 74 | 37 | 4B |
| Octal | 240 | 342 | 233 | 35 | 0 | 37 | 13 | 164 | 67 | 113 |
| Binary | 10100000 | 11100010 | 10011011 | 11101 | 0 | 11111 | 1011 | 1110100 | 110111 | 1001011 |
Color Harmonies of #A0E29B
Complementary color
Monochromatic Colors of #A0E29B
Black with #A0E29B
Text Example
Text Example
White with #A0E29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E29B; }
p { color: rgb(160,226,155); }
H1.HeaderClassName
{
color: #A0E29B;
}
.AnyTagClassName
{
color: #A0E29B;
}
</style>
background-color css
<style>
a { background-color: #A0E29B; }
a { background-color: rgb(160,226,155); }
div.DivClassName
{
background-color: #A0E29B;
}
.BgClassName
{
background-color: #A0E29B;
}
</style>
border-color css
<style>
span { border-color: #A0E29B; }
span { border-color: rgb(160,226,155); }
td.TdClassName
{
border-color: #A0E29B;
}
.TagClassName
{
border-color: #A0E29B;
}
</style>