Html Css Color HEX #A0DF90 Granny Smith Apple
📋 copy color: '#A0DF90'red 160 ◦ green 223 ◦ blue 144
Shades of Granny Smith Apple #A0DF90
Tints of Granny Smith Apple #A0DF90
RGB
CMYK
RGB Variations
Color information
#A0DF90 (or 0xA0DF90) is known color: Granny Smith Apple. HEX triplet: A0, DF and 90. RGB value is (160,223,144). Sum of RGB (Red+Green+Blue) = 160+223+144=527 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.36% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 144 (56.64% from 255 or 27.32% from 527); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DF90 is #5F206F. Grayscale: #C3C3C3. Windows color (decimal): -6234224 or 9494432. OLE color: 9494432.
HSL color Cylindrical-coordinate representation of color #A0DF90: hue angle of 107.85º 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 #A0DF90 is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 223 | 144 | - |
| CMYK | 0.28 | 0 | 0.35 | 0.13 |
| HSL | 107.85º | 0.55% | 0.72% | - |
| HSV(B) | 107.85º | 0.35% | 0.87% | - |
| XYZ | 45.92 | 62.26 | 35.98 | - |
| YUV | 195.16 | 99.13 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 223 | 144 | 0.28 | 0 | 0.35 | 0.13 | 107.85 | 0.55 | 0.72 |
| Hex | A0 | DF | 90 | 1C | 0 | 23 | D | 6C | 37 | 48 |
| Octal | 240 | 337 | 220 | 34 | 0 | 43 | 15 | 154 | 67 | 110 |
| Binary | 10100000 | 11011111 | 10010000 | 11100 | 0 | 100011 | 1101 | 1101100 | 110111 | 1001000 |
Color Harmonies of #A0DF90
Complementary color
Monochromatic Colors of #A0DF90
Black with #A0DF90
Text Example
Text Example
White with #A0DF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DF90; }
p { color: rgb(160,223,144); }
H1.HeaderClassName
{
color: #A0DF90;
}
.AnyTagClassName
{
color: #A0DF90;
}
</style>
background-color css
<style>
a { background-color: #A0DF90; }
a { background-color: rgb(160,223,144); }
div.DivClassName
{
background-color: #A0DF90;
}
.BgClassName
{
background-color: #A0DF90;
}
</style>
border-color css
<style>
span { border-color: #A0DF90; }
span { border-color: rgb(160,223,144); }
td.TdClassName
{
border-color: #A0DF90;
}
.TagClassName
{
border-color: #A0DF90;
}
</style>