Html Css Color HEX #A0DC90 Granny Smith Apple
📋 copy color: '#A0DC90'red 160 ◦ green 220 ◦ blue 144
Shades of Granny Smith Apple #A0DC90
Tints of Granny Smith Apple #A0DC90
RGB
CMYK
RGB Variations
Color information
#A0DC90 (or 0xA0DC90) is known color: Granny Smith Apple. HEX triplet: A0, DC and 90. RGB value is (160,220,144). Sum of RGB (Red+Green+Blue) = 160+220+144=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 144 (56.64% from 255 or 27.48% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DC90 is #5F236F. Grayscale: #C1C1C1. Windows color (decimal): -6234992 or 9493664. OLE color: 9493664.
HSL color Cylindrical-coordinate representation of color #A0DC90: hue angle of 107.37º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0DC90 is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 220 | 144 | - |
| CMYK | 0.27 | 0 | 0.35 | 0.14 |
| HSL | 107.37º | 0.52% | 0.71% | - |
| HSV(B) | 107.37º | 0.35% | 0.86% | - |
| XYZ | 45.12 | 60.67 | 35.72 | - |
| YUV | 193.4 | 100.12 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 220 | 144 | 0.27 | 0 | 0.35 | 0.14 | 107.37 | 0.52 | 0.71 |
| Hex | A0 | DC | 90 | 1B | 0 | 23 | E | 6B | 34 | 47 |
| Octal | 240 | 334 | 220 | 33 | 0 | 43 | 16 | 153 | 64 | 107 |
| Binary | 10100000 | 11011100 | 10010000 | 11011 | 0 | 100011 | 1110 | 1101011 | 110100 | 1000111 |
Color Harmonies of #A0DC90
Complementary color
Monochromatic Colors of #A0DC90
Black with #A0DC90
Text Example
Text Example
White with #A0DC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DC90; }
p { color: rgb(160,220,144); }
H1.HeaderClassName
{
color: #A0DC90;
}
.AnyTagClassName
{
color: #A0DC90;
}
</style>
background-color css
<style>
a { background-color: #A0DC90; }
a { background-color: rgb(160,220,144); }
div.DivClassName
{
background-color: #A0DC90;
}
.BgClassName
{
background-color: #A0DC90;
}
</style>
border-color css
<style>
span { border-color: #A0DC90; }
span { border-color: rgb(160,220,144); }
td.TdClassName
{
border-color: #A0DC90;
}
.TagClassName
{
border-color: #A0DC90;
}
</style>