Html Css Color HEX #A2D699 Granny Smith Apple
📋 copy color: '#A2D699'red 162 ◦ green 214 ◦ blue 153
Shades of Granny Smith Apple #A2D699
Tints of Granny Smith Apple #A2D699
RGB
CMYK
RGB Variations
Color information
#A2D699 (or 0xA2D699) is known color: Granny Smith Apple. HEX triplet: A2, D6 and 99. RGB value is (162,214,153). Sum of RGB (Red+Green+Blue) = 162+214+153=529 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.62% from 529); Green value is 214 (83.98% from 255 or 40.45% from 529); Blue value is 153 (60.16% from 255 or 28.92% from 529); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D699 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D699 is #5D2966. Grayscale: #BFBFBF. Windows color (decimal): -6105447 or 10081954. OLE color: 10081954.
HSL color Cylindrical-coordinate representation of color #A2D699: hue angle of 111.15º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2D699 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 214 | 153 | - |
| CMYK | 0.24 | 0 | 0.29 | 0.16 |
| HSL | 111.15º | 0.43% | 0.72% | - |
| HSV(B) | 111.15º | 0.29% | 0.84% | - |
| XYZ | 44.7 | 58.07 | 38.99 | - |
| YUV | 191.5 | 106.27 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 153 | 0.24 | 0 | 0.29 | 0.16 | 111.15 | 0.43 | 0.72 |
| Hex | A2 | D6 | 99 | 18 | 0 | 1D | 10 | 6F | 2B | 48 |
| Octal | 242 | 326 | 231 | 30 | 0 | 35 | 20 | 157 | 53 | 110 |
| Binary | 10100010 | 11010110 | 10011001 | 11000 | 0 | 11101 | 10000 | 1101111 | 101011 | 1001000 |
Color Harmonies of #A2D699
Complementary color
Monochromatic Colors of #A2D699
Black with #A2D699
Text Example
Text Example
White with #A2D699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D699; }
p { color: rgb(162,214,153); }
H1.HeaderClassName
{
color: #A2D699;
}
.AnyTagClassName
{
color: #A2D699;
}
</style>
background-color css
<style>
a { background-color: #A2D699; }
a { background-color: rgb(162,214,153); }
div.DivClassName
{
background-color: #A2D699;
}
.BgClassName
{
background-color: #A2D699;
}
</style>
border-color css
<style>
span { border-color: #A2D699; }
span { border-color: rgb(162,214,153); }
td.TdClassName
{
border-color: #A2D699;
}
.TagClassName
{
border-color: #A2D699;
}
</style>