Html Css Color HEX #A2D998 Granny Smith Apple
📋 copy color: '#A2D998'red 162 ◦ green 217 ◦ blue 152
Shades of Granny Smith Apple #A2D998
Tints of Granny Smith Apple #A2D998
RGB
CMYK
RGB Variations
Color information
#A2D998 (or 0xA2D998) is known color: Granny Smith Apple. HEX triplet: A2, D9 and 98. RGB value is (162,217,152). Sum of RGB (Red+Green+Blue) = 162+217+152=531 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.51% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 152 (59.77% from 255 or 28.63% from 531); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D998 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D998 is #5D2667. Grayscale: #C1C1C1. Windows color (decimal): -6104680 or 10017186. OLE color: 10017186.
HSL color Cylindrical-coordinate representation of color #A2D998: hue angle of 110.77º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2D998 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 217 | 152 | - |
| CMYK | 0.25 | 0 | 0.30 | 0.15 |
| HSL | 110.77º | 0.46% | 0.72% | - |
| HSV(B) | 110.77º | 0.3% | 0.85% | - |
| XYZ | 45.38 | 59.57 | 38.81 | - |
| YUV | 193.15 | 104.78 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 217 | 152 | 0.25 | 0 | 0.30 | 0.15 | 110.77 | 0.46 | 0.72 |
| Hex | A2 | D9 | 98 | 19 | 0 | 1E | F | 6F | 2E | 48 |
| Octal | 242 | 331 | 230 | 31 | 0 | 36 | 17 | 157 | 56 | 110 |
| Binary | 10100010 | 11011001 | 10011000 | 11001 | 0 | 11110 | 1111 | 1101111 | 101110 | 1001000 |
Color Harmonies of #A2D998
Complementary color
Monochromatic Colors of #A2D998
Black with #A2D998
Text Example
Text Example
White with #A2D998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D998; }
p { color: rgb(162,217,152); }
H1.HeaderClassName
{
color: #A2D998;
}
.AnyTagClassName
{
color: #A2D998;
}
</style>
background-color css
<style>
a { background-color: #A2D998; }
a { background-color: rgb(162,217,152); }
div.DivClassName
{
background-color: #A2D998;
}
.BgClassName
{
background-color: #A2D998;
}
</style>
border-color css
<style>
span { border-color: #A2D998; }
span { border-color: rgb(162,217,152); }
td.TdClassName
{
border-color: #A2D998;
}
.TagClassName
{
border-color: #A2D998;
}
</style>