Html Css Color HEX #A2DC90 Granny Smith Apple
📋 copy color: '#A2DC90'red 162 ◦ green 220 ◦ blue 144
Shades of Granny Smith Apple #A2DC90
Tints of Granny Smith Apple #A2DC90
RGB
CMYK
RGB Variations
Color information
#A2DC90 (or 0xA2DC90) is known color: Granny Smith Apple. HEX triplet: A2, DC and 90. RGB value is (162,220,144). Sum of RGB (Red+Green+Blue) = 162+220+144=526 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.80% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 144 (56.64% from 255 or 27.38% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DC90 is #5D236F. Grayscale: #C2C2C2. Windows color (decimal): -6103920 or 9493666. OLE color: 9493666.
HSL color Cylindrical-coordinate representation of color #A2DC90: hue angle of 105.79º 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 #A2DC90 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 220 | 144 | - |
| CMYK | 0.26 | 0 | 0.35 | 0.14 |
| HSL | 105.79º | 0.52% | 0.71% | - |
| HSV(B) | 105.79º | 0.35% | 0.86% | - |
| XYZ | 45.53 | 60.88 | 35.74 | - |
| YUV | 193.99 | 99.78 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 220 | 144 | 0.26 | 0 | 0.35 | 0.14 | 105.79 | 0.52 | 0.71 |
| Hex | A2 | DC | 90 | 1A | 0 | 23 | E | 6A | 34 | 47 |
| Octal | 242 | 334 | 220 | 32 | 0 | 43 | 16 | 152 | 64 | 107 |
| Binary | 10100010 | 11011100 | 10010000 | 11010 | 0 | 100011 | 1110 | 1101010 | 110100 | 1000111 |
Color Harmonies of #A2DC90
Complementary color
Monochromatic Colors of #A2DC90
Black with #A2DC90
Text Example
Text Example
White with #A2DC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DC90; }
p { color: rgb(162,220,144); }
H1.HeaderClassName
{
color: #A2DC90;
}
.AnyTagClassName
{
color: #A2DC90;
}
</style>
background-color css
<style>
a { background-color: #A2DC90; }
a { background-color: rgb(162,220,144); }
div.DivClassName
{
background-color: #A2DC90;
}
.BgClassName
{
background-color: #A2DC90;
}
</style>
border-color css
<style>
span { border-color: #A2DC90; }
span { border-color: rgb(162,220,144); }
td.TdClassName
{
border-color: #A2DC90;
}
.TagClassName
{
border-color: #A2DC90;
}
</style>