Html Css Color HEX #A0E39B Granny Smith Apple
📋 copy color: '#A0E39B'red 160 ◦ green 227 ◦ blue 155
Shades of Granny Smith Apple #A0E39B
Tints of Granny Smith Apple #A0E39B
RGB
CMYK
RGB Variations
Color information
#A0E39B (or 0xA0E39B) is known color: Granny Smith Apple. HEX triplet: A0, E3 and 9B. RGB value is (160,227,155). Sum of RGB (Red+Green+Blue) = 160+227+155=542 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.52% from 542); Green value is 227 (89.06% from 255 or 41.88% from 542); Blue value is 155 (60.94% from 255 or 28.60% from 542); Max value from RGB is 227 - color contains mainly: green. Hex color #A0E39B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E39B is #5F1C64. Grayscale: #C6C6C6. Windows color (decimal): -6233189 or 10216352. OLE color: 10216352.
HSL color Cylindrical-coordinate representation of color #A0E39B: hue angle of 115.83º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0E39B is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 227 | 155 | - |
| CMYK | 0.30 | 0 | 0.32 | 0.11 |
| HSL | 115.83º | 0.56% | 0.75% | - |
| HSV(B) | 115.83º | 0.32% | 0.89% | - |
| XYZ | 47.88 | 64.78 | 40.99 | - |
| YUV | 198.76 | 103.3 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 227 | 155 | 0.30 | 0 | 0.32 | 0.11 | 115.83 | 0.56 | 0.75 |
| Hex | A0 | E3 | 9B | 1E | 0 | 20 | B | 74 | 38 | 4B |
| Octal | 240 | 343 | 233 | 36 | 0 | 40 | 13 | 164 | 70 | 113 |
| Binary | 10100000 | 11100011 | 10011011 | 11110 | 0 | 100000 | 1011 | 1110100 | 111000 | 1001011 |
Color Harmonies of #A0E39B
Complementary color
Monochromatic Colors of #A0E39B
Black with #A0E39B
Text Example
Text Example
White with #A0E39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E39B; }
p { color: rgb(160,227,155); }
H1.HeaderClassName
{
color: #A0E39B;
}
.AnyTagClassName
{
color: #A0E39B;
}
</style>
background-color css
<style>
a { background-color: #A0E39B; }
a { background-color: rgb(160,227,155); }
div.DivClassName
{
background-color: #A0E39B;
}
.BgClassName
{
background-color: #A0E39B;
}
</style>
border-color css
<style>
span { border-color: #A0E39B; }
span { border-color: rgb(160,227,155); }
td.TdClassName
{
border-color: #A0E39B;
}
.TagClassName
{
border-color: #A0E39B;
}
</style>