Html Css Color HEX #A0EF83 Granny Smith Apple
📋 copy color: '#A0EF83'red 160 ◦ green 239 ◦ blue 131
Shades of Granny Smith Apple #A0EF83
Tints of Granny Smith Apple #A0EF83
RGB
CMYK
RGB Variations
Color information
#A0EF83 (or 0xA0EF83) is known color: Granny Smith Apple. HEX triplet: A0, EF and 83. RGB value is (160,239,131). Sum of RGB (Red+Green+Blue) = 160+239+131=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 239 (93.75% from 255 or 45.09% from 530); Blue value is 131 (51.56% from 255 or 24.72% from 530); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EF83 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EF83 is #5F107C. Grayscale: #CBCBCB. Windows color (decimal): -6230141 or 8646560. OLE color: 8646560.
HSL color Cylindrical-coordinate representation of color #A0EF83: hue angle of 103.89º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A0EF83 is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 239 | 131 | - |
| CMYK | 0.33 | 0 | 0.45 | 0.06 |
| HSL | 103.89º | 0.77% | 0.73% | - |
| HSV(B) | 103.89º | 0.45% | 0.94% | - |
| XYZ | 49.46 | 70.85 | 32.54 | - |
| YUV | 203.07 | 87.33 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 239 | 131 | 0.33 | 0 | 0.45 | 0.06 | 103.89 | 0.77 | 0.73 |
| Hex | A0 | EF | 83 | 21 | 0 | 2D | 6 | 68 | 4D | 49 |
| Octal | 240 | 357 | 203 | 41 | 0 | 55 | 6 | 150 | 115 | 111 |
| Binary | 10100000 | 11101111 | 10000011 | 100001 | 0 | 101101 | 110 | 1101000 | 1001101 | 1001001 |
Color Harmonies of #A0EF83
Complementary color
Monochromatic Colors of #A0EF83
Black with #A0EF83
Text Example
Text Example
White with #A0EF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EF83; }
p { color: rgb(160,239,131); }
H1.HeaderClassName
{
color: #A0EF83;
}
.AnyTagClassName
{
color: #A0EF83;
}
</style>
background-color css
<style>
a { background-color: #A0EF83; }
a { background-color: rgb(160,239,131); }
div.DivClassName
{
background-color: #A0EF83;
}
.BgClassName
{
background-color: #A0EF83;
}
</style>
border-color css
<style>
span { border-color: #A0EF83; }
span { border-color: rgb(160,239,131); }
td.TdClassName
{
border-color: #A0EF83;
}
.TagClassName
{
border-color: #A0EF83;
}
</style>