Html Css Color HEX #A0DF91 Granny Smith Apple
📋 copy color: '#A0DF91'red 160 ◦ green 223 ◦ blue 145
Shades of Granny Smith Apple #A0DF91
Tints of Granny Smith Apple #A0DF91
RGB
CMYK
RGB Variations
Color information
#A0DF91 (or 0xA0DF91) is known color: Granny Smith Apple. HEX triplet: A0, DF and 91. RGB value is (160,223,145). Sum of RGB (Red+Green+Blue) = 160+223+145=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 145 (57.03% from 255 or 27.46% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DF91 is #5F206E. Grayscale: #C3C3C3. Windows color (decimal): -6234223 or 9559968. OLE color: 9559968.
HSL color Cylindrical-coordinate representation of color #A0DF91: hue angle of 108.46º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0DF91 is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 223 | 145 | - |
| CMYK | 0.28 | 0 | 0.35 | 0.13 |
| HSL | 108.46º | 0.55% | 0.72% | - |
| HSV(B) | 108.46º | 0.35% | 0.87% | - |
| XYZ | 46 | 62.29 | 36.39 | - |
| YUV | 195.27 | 99.63 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 223 | 145 | 0.28 | 0 | 0.35 | 0.13 | 108.46 | 0.55 | 0.72 |
| Hex | A0 | DF | 91 | 1C | 0 | 23 | D | 6C | 37 | 48 |
| Octal | 240 | 337 | 221 | 34 | 0 | 43 | 15 | 154 | 67 | 110 |
| Binary | 10100000 | 11011111 | 10010001 | 11100 | 0 | 100011 | 1101 | 1101100 | 110111 | 1001000 |
Color Harmonies of #A0DF91
Complementary color
Monochromatic Colors of #A0DF91
Black with #A0DF91
Text Example
Text Example
White with #A0DF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DF91; }
p { color: rgb(160,223,145); }
H1.HeaderClassName
{
color: #A0DF91;
}
.AnyTagClassName
{
color: #A0DF91;
}
</style>
background-color css
<style>
a { background-color: #A0DF91; }
a { background-color: rgb(160,223,145); }
div.DivClassName
{
background-color: #A0DF91;
}
.BgClassName
{
background-color: #A0DF91;
}
</style>
border-color css
<style>
span { border-color: #A0DF91; }
span { border-color: rgb(160,223,145); }
td.TdClassName
{
border-color: #A0DF91;
}
.TagClassName
{
border-color: #A0DF91;
}
</style>