Html Css Color HEX #A2D09B Granny Smith Apple
📋 copy color: '#A2D09B'red 162 ◦ green 208 ◦ blue 155
Shades of Granny Smith Apple #A2D09B
Tints of Granny Smith Apple #A2D09B
RGB
CMYK
RGB Variations
Color information
#A2D09B (or 0xA2D09B) is known color: Granny Smith Apple. HEX triplet: A2, D0 and 9B. RGB value is (162,208,155). Sum of RGB (Red+Green+Blue) = 162+208+155=525 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.86% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 155 (60.94% from 255 or 29.52% from 525); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D09B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D09B is #5D2F64. Grayscale: #BCBCBC. Windows color (decimal): -6106981 or 10211490. OLE color: 10211490.
HSL color Cylindrical-coordinate representation of color #A2D09B: hue angle of 112.08º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2D09B is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 208 | 155 | - |
| CMYK | 0.22 | 0 | 0.25 | 0.18 |
| HSL | 112.08º | 0.36% | 0.71% | - |
| HSV(B) | 112.08º | 0.25% | 0.82% | - |
| XYZ | 43.37 | 55.16 | 39.37 | - |
| YUV | 188.2 | 109.26 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 208 | 155 | 0.22 | 0 | 0.25 | 0.18 | 112.08 | 0.36 | 0.71 |
| Hex | A2 | D0 | 9B | 16 | 0 | 19 | 12 | 70 | 24 | 47 |
| Octal | 242 | 320 | 233 | 26 | 0 | 31 | 22 | 160 | 44 | 107 |
| Binary | 10100010 | 11010000 | 10011011 | 10110 | 0 | 11001 | 10010 | 1110000 | 100100 | 1000111 |
Color Harmonies of #A2D09B
Complementary color
Monochromatic Colors of #A2D09B
Black with #A2D09B
Text Example
Text Example
White with #A2D09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D09B; }
p { color: rgb(162,208,155); }
H1.HeaderClassName
{
color: #A2D09B;
}
.AnyTagClassName
{
color: #A2D09B;
}
</style>
background-color css
<style>
a { background-color: #A2D09B; }
a { background-color: rgb(162,208,155); }
div.DivClassName
{
background-color: #A2D09B;
}
.BgClassName
{
background-color: #A2D09B;
}
</style>
border-color css
<style>
span { border-color: #A2D09B; }
span { border-color: rgb(162,208,155); }
td.TdClassName
{
border-color: #A2D09B;
}
.TagClassName
{
border-color: #A2D09B;
}
</style>