Html Css Color HEX #A0E986 Granny Smith Apple
📋 copy color: '#A0E986'red 160 ◦ green 233 ◦ blue 134
Shades of Granny Smith Apple #A0E986
Tints of Granny Smith Apple #A0E986
RGB
CMYK
RGB Variations
Color information
#A0E986 (or 0xA0E986) is known color: Granny Smith Apple. HEX triplet: A0, E9 and 86. RGB value is (160,233,134). Sum of RGB (Red+Green+Blue) = 160+233+134=527 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.36% from 527); Green value is 233 (91.41% from 255 or 44.21% from 527); Blue value is 134 (52.73% from 255 or 25.43% from 527); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E986 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0E986 is #5F1679. Grayscale: #C8C8C8. Windows color (decimal): -6231674 or 8841632. OLE color: 8841632.
HSL color Cylindrical-coordinate representation of color #A0E986: hue angle of 104.24º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A0E986 is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 233 | 134 | - |
| CMYK | 0.31 | 0 | 0.42 | 0.09 |
| HSL | 104.24º | 0.69% | 0.72% | - |
| HSV(B) | 104.24º | 0.42% | 0.91% | - |
| XYZ | 47.94 | 67.47 | 33.05 | - |
| YUV | 199.89 | 90.82 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 233 | 134 | 0.31 | 0 | 0.42 | 0.09 | 104.24 | 0.69 | 0.72 |
| Hex | A0 | E9 | 86 | 1F | 0 | 2A | 9 | 68 | 45 | 48 |
| Octal | 240 | 351 | 206 | 37 | 0 | 52 | 11 | 150 | 105 | 110 |
| Binary | 10100000 | 11101001 | 10000110 | 11111 | 0 | 101010 | 1001 | 1101000 | 1000101 | 1001000 |
Color Harmonies of #A0E986
Complementary color
Monochromatic Colors of #A0E986
Black with #A0E986
Text Example
Text Example
White with #A0E986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E986; }
p { color: rgb(160,233,134); }
H1.HeaderClassName
{
color: #A0E986;
}
.AnyTagClassName
{
color: #A0E986;
}
</style>
background-color css
<style>
a { background-color: #A0E986; }
a { background-color: rgb(160,233,134); }
div.DivClassName
{
background-color: #A0E986;
}
.BgClassName
{
background-color: #A0E986;
}
</style>
border-color css
<style>
span { border-color: #A0E986; }
span { border-color: rgb(160,233,134); }
td.TdClassName
{
border-color: #A0E986;
}
.TagClassName
{
border-color: #A0E986;
}
</style>