Html Css Color HEX #A2DC93 Granny Smith Apple
📋 copy color: '#A2DC93'red 162 ◦ green 220 ◦ blue 147
Shades of Granny Smith Apple #A2DC93
Tints of Granny Smith Apple #A2DC93
RGB
CMYK
RGB Variations
Color information
#A2DC93 (or 0xA2DC93) is known color: Granny Smith Apple. HEX triplet: A2, DC and 93. RGB value is (162,220,147). Sum of RGB (Red+Green+Blue) = 162+220+147=529 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.62% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 147 (57.81% from 255 or 27.79% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DC93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DC93 is #5D236C. Grayscale: #C2C2C2. Windows color (decimal): -6103917 or 9690274. OLE color: 9690274.
HSL color Cylindrical-coordinate representation of color #A2DC93: hue angle of 107.67º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2DC93 is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 220 | 147 | - |
| CMYK | 0.26 | 0 | 0.33 | 0.14 |
| HSL | 107.67º | 0.51% | 0.72% | - |
| HSV(B) | 107.67º | 0.33% | 0.86% | - |
| XYZ | 45.76 | 60.97 | 36.96 | - |
| YUV | 194.34 | 101.28 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 220 | 147 | 0.26 | 0 | 0.33 | 0.14 | 107.67 | 0.51 | 0.72 |
| Hex | A2 | DC | 93 | 1A | 0 | 21 | E | 6C | 33 | 48 |
| Octal | 242 | 334 | 223 | 32 | 0 | 41 | 16 | 154 | 63 | 110 |
| Binary | 10100010 | 11011100 | 10010011 | 11010 | 0 | 100001 | 1110 | 1101100 | 110011 | 1001000 |
Color Harmonies of #A2DC93
Complementary color
Monochromatic Colors of #A2DC93
Black with #A2DC93
Text Example
Text Example
White with #A2DC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DC93; }
p { color: rgb(162,220,147); }
H1.HeaderClassName
{
color: #A2DC93;
}
.AnyTagClassName
{
color: #A2DC93;
}
</style>
background-color css
<style>
a { background-color: #A2DC93; }
a { background-color: rgb(162,220,147); }
div.DivClassName
{
background-color: #A2DC93;
}
.BgClassName
{
background-color: #A2DC93;
}
</style>
border-color css
<style>
span { border-color: #A2DC93; }
span { border-color: rgb(162,220,147); }
td.TdClassName
{
border-color: #A2DC93;
}
.TagClassName
{
border-color: #A2DC93;
}
</style>