Html Css Color HEX #A2DC8F Granny Smith Apple
📋 copy color: '#A2DC8F'red 162 ◦ green 220 ◦ blue 143
Shades of Granny Smith Apple #A2DC8F
Tints of Granny Smith Apple #A2DC8F
RGB
CMYK
RGB Variations
Color information
#A2DC8F (or 0xA2DC8F) is known color: Granny Smith Apple. HEX triplet: A2, DC and 8F. RGB value is (162,220,143). Sum of RGB (Red+Green+Blue) = 162+220+143=525 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.86% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 143 (56.25% from 255 or 27.24% from 525); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DC8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DC8F is #5D2370. Grayscale: #C2C2C2. Windows color (decimal): -6103921 or 9428130. OLE color: 9428130.
HSL color Cylindrical-coordinate representation of color #A2DC8F: hue angle of 105.19º 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 #A2DC8F is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 220 | 143 | - |
| CMYK | 0.26 | 0 | 0.35 | 0.14 |
| HSL | 105.19º | 0.52% | 0.71% | - |
| HSV(B) | 105.19º | 0.35% | 0.86% | - |
| XYZ | 45.45 | 60.85 | 35.34 | - |
| YUV | 193.88 | 99.28 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 220 | 143 | 0.26 | 0 | 0.35 | 0.14 | 105.19 | 0.52 | 0.71 |
| Hex | A2 | DC | 8F | 1A | 0 | 23 | E | 69 | 34 | 47 |
| Octal | 242 | 334 | 217 | 32 | 0 | 43 | 16 | 151 | 64 | 107 |
| Binary | 10100010 | 11011100 | 10001111 | 11010 | 0 | 100011 | 1110 | 1101001 | 110100 | 1000111 |
Color Harmonies of #A2DC8F
Complementary color
Monochromatic Colors of #A2DC8F
Black with #A2DC8F
Text Example
Text Example
White with #A2DC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DC8F; }
p { color: rgb(162,220,143); }
H1.HeaderClassName
{
color: #A2DC8F;
}
.AnyTagClassName
{
color: #A2DC8F;
}
</style>
background-color css
<style>
a { background-color: #A2DC8F; }
a { background-color: rgb(162,220,143); }
div.DivClassName
{
background-color: #A2DC8F;
}
.BgClassName
{
background-color: #A2DC8F;
}
</style>
border-color css
<style>
span { border-color: #A2DC8F; }
span { border-color: rgb(162,220,143); }
td.TdClassName
{
border-color: #A2DC8F;
}
.TagClassName
{
border-color: #A2DC8F;
}
</style>