Html Css Color HEX #A2D098 Granny Smith Apple
📋 copy color: '#A2D098'red 162 ◦ green 208 ◦ blue 152
Shades of Granny Smith Apple #A2D098
Tints of Granny Smith Apple #A2D098
RGB
CMYK
RGB Variations
Color information
#A2D098 (or 0xA2D098) is known color: Granny Smith Apple. HEX triplet: A2, D0 and 98. RGB value is (162,208,152). Sum of RGB (Red+Green+Blue) = 162+208+152=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 208 (81.64% from 255 or 39.85% from 522); Blue value is 152 (59.77% from 255 or 29.12% from 522); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D098 is #5D2F67. Grayscale: #BCBCBC. Windows color (decimal): -6106984 or 10014882. OLE color: 10014882.
HSL color Cylindrical-coordinate representation of color #A2D098: hue angle of 109.29º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2D098 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 208 | 152 | - |
| CMYK | 0.22 | 0 | 0.27 | 0.18 |
| HSL | 109.29º | 0.37% | 0.71% | - |
| HSV(B) | 109.29º | 0.27% | 0.82% | - |
| XYZ | 43.12 | 55.06 | 38.06 | - |
| YUV | 187.86 | 107.76 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 208 | 152 | 0.22 | 0 | 0.27 | 0.18 | 109.29 | 0.37 | 0.71 |
| Hex | A2 | D0 | 98 | 16 | 0 | 1B | 12 | 6D | 25 | 47 |
| Octal | 242 | 320 | 230 | 26 | 0 | 33 | 22 | 155 | 45 | 107 |
| Binary | 10100010 | 11010000 | 10011000 | 10110 | 0 | 11011 | 10010 | 1101101 | 100101 | 1000111 |
Color Harmonies of #A2D098
Complementary color
Monochromatic Colors of #A2D098
Black with #A2D098
Text Example
Text Example
White with #A2D098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D098; }
p { color: rgb(162,208,152); }
H1.HeaderClassName
{
color: #A2D098;
}
.AnyTagClassName
{
color: #A2D098;
}
</style>
background-color css
<style>
a { background-color: #A2D098; }
a { background-color: rgb(162,208,152); }
div.DivClassName
{
background-color: #A2D098;
}
.BgClassName
{
background-color: #A2D098;
}
</style>
border-color css
<style>
span { border-color: #A2D098; }
span { border-color: rgb(162,208,152); }
td.TdClassName
{
border-color: #A2D098;
}
.TagClassName
{
border-color: #A2D098;
}
</style>