Html Css Color HEX #A2D498 Granny Smith Apple
📋 copy color: '#A2D498'red 162 ◦ green 212 ◦ blue 152
Shades of Granny Smith Apple #A2D498
Tints of Granny Smith Apple #A2D498
RGB
CMYK
RGB Variations
Color information
#A2D498 (or 0xA2D498) is known color: Granny Smith Apple. HEX triplet: A2, D4 and 98. RGB value is (162,212,152). Sum of RGB (Red+Green+Blue) = 162+212+152=526 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.80% from 526); Green value is 212 (83.20% from 255 or 40.30% from 526); Blue value is 152 (59.77% from 255 or 28.90% from 526); Max value from RGB is 212 - color contains mainly: green. Hex color #A2D498 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D498 is #5D2B67. Grayscale: #BEBEBE. Windows color (decimal): -6105960 or 10015906. OLE color: 10015906.
HSL color Cylindrical-coordinate representation of color #A2D498: hue angle of 110º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A2D498 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 212 | 152 | - |
| CMYK | 0.24 | 0 | 0.28 | 0.17 |
| HSL | 110º | 0.41% | 0.71% | - |
| HSV(B) | 110º | 0.28% | 0.83% | - |
| XYZ | 44.11 | 57.04 | 38.39 | - |
| YUV | 190.21 | 106.44 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 212 | 152 | 0.24 | 0 | 0.28 | 0.17 | 110 | 0.41 | 0.71 |
| Hex | A2 | D4 | 98 | 18 | 0 | 1C | 11 | 6E | 29 | 47 |
| Octal | 242 | 324 | 230 | 30 | 0 | 34 | 21 | 156 | 51 | 107 |
| Binary | 10100010 | 11010100 | 10011000 | 11000 | 0 | 11100 | 10001 | 1101110 | 101001 | 1000111 |
Color Harmonies of #A2D498
Complementary color
Monochromatic Colors of #A2D498
Black with #A2D498
Text Example
Text Example
White with #A2D498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D498; }
p { color: rgb(162,212,152); }
H1.HeaderClassName
{
color: #A2D498;
}
.AnyTagClassName
{
color: #A2D498;
}
</style>
background-color css
<style>
a { background-color: #A2D498; }
a { background-color: rgb(162,212,152); }
div.DivClassName
{
background-color: #A2D498;
}
.BgClassName
{
background-color: #A2D498;
}
</style>
border-color css
<style>
span { border-color: #A2D498; }
span { border-color: rgb(162,212,152); }
td.TdClassName
{
border-color: #A2D498;
}
.TagClassName
{
border-color: #A2D498;
}
</style>