Html Css Color HEX #A0EF93 Granny Smith Apple
📋 copy color: '#A0EF93'red 160 ◦ green 239 ◦ blue 147
Shades of Granny Smith Apple #A0EF93
Tints of Granny Smith Apple #A0EF93
RGB
CMYK
RGB Variations
Color information
#A0EF93 (or 0xA0EF93) is known color: Granny Smith Apple. HEX triplet: A0, EF and 93. RGB value is (160,239,147). Sum of RGB (Red+Green+Blue) = 160+239+147=546 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.30% from 546); Green value is 239 (93.75% from 255 or 43.77% from 546); Blue value is 147 (57.81% from 255 or 26.92% from 546); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EF93 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EF93 is #5F106C. Grayscale: #CDCDCD. Windows color (decimal): -6230125 or 9695136. OLE color: 9695136.
HSL color Cylindrical-coordinate representation of color #A0EF93: hue angle of 111.52º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0EF93 is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 239 | 147 | - |
| CMYK | 0.33 | 0 | 0.38 | 0.06 |
| HSL | 111.52º | 0.74% | 0.76% | - |
| HSV(B) | 111.52º | 0.38% | 0.94% | - |
| XYZ | 50.63 | 71.31 | 38.7 | - |
| YUV | 204.89 | 95.33 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 239 | 147 | 0.33 | 0 | 0.38 | 0.06 | 111.52 | 0.74 | 0.76 |
| Hex | A0 | EF | 93 | 21 | 0 | 26 | 6 | 70 | 4A | 4C |
| Octal | 240 | 357 | 223 | 41 | 0 | 46 | 6 | 160 | 112 | 114 |
| Binary | 10100000 | 11101111 | 10010011 | 100001 | 0 | 100110 | 110 | 1110000 | 1001010 | 1001100 |
Color Harmonies of #A0EF93
Complementary color
Monochromatic Colors of #A0EF93
Black with #A0EF93
Text Example
Text Example
White with #A0EF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EF93; }
p { color: rgb(160,239,147); }
H1.HeaderClassName
{
color: #A0EF93;
}
.AnyTagClassName
{
color: #A0EF93;
}
</style>
background-color css
<style>
a { background-color: #A0EF93; }
a { background-color: rgb(160,239,147); }
div.DivClassName
{
background-color: #A0EF93;
}
.BgClassName
{
background-color: #A0EF93;
}
</style>
border-color css
<style>
span { border-color: #A0EF93; }
span { border-color: rgb(160,239,147); }
td.TdClassName
{
border-color: #A0EF93;
}
.TagClassName
{
border-color: #A0EF93;
}
</style>