Html Css Color HEX #A2DA9F Granny Smith Apple
📋 copy color: '#A2DA9F'red 162 ◦ green 218 ◦ blue 159
Shades of Granny Smith Apple #A2DA9F
Tints of Granny Smith Apple #A2DA9F
RGB
CMYK
RGB Variations
Color information
#A2DA9F (or 0xA2DA9F) is known color: Granny Smith Apple. HEX triplet: A2, DA and 9F. RGB value is (162,218,159). Sum of RGB (Red+Green+Blue) = 162+218+159=539 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.06% from 539); Green value is 218 (85.55% from 255 or 40.45% from 539); Blue value is 159 (62.5% from 255 or 29.50% from 539); Max value from RGB is 218 - color contains mainly: green. Hex color #A2DA9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DA9F is #5D2560. Grayscale: #C2C2C2. Windows color (decimal): -6104417 or 10476194. OLE color: 10476194.
HSL color Cylindrical-coordinate representation of color #A2DA9F: hue angle of 116.95º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2DA9F is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
RGB | 162 | 218 | 159 | - |
CMYK | 0.26 | 0 | 0.27 | 0.15 |
HSL | 116.95º | 0.44% | 0.74% | - |
HSV(B) | 116.95º | 0.27% | 0.85% | - |
XYZ | 46.23 | 60.33 | 42.01 | - |
YUV | 194.53 | 107.95 | 104.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 218 | 159 | 0.26 | 0 | 0.27 | 0.15 | 116.95 | 0.44 | 0.74 |
Hex | A2 | DA | 9F | 1A | 0 | 1B | F | 75 | 2C | 4A |
Octal | 242 | 332 | 237 | 32 | 0 | 33 | 17 | 165 | 54 | 112 |
Binary | 10100010 | 11011010 | 10011111 | 11010 | 0 | 11011 | 1111 | 1110101 | 101100 | 1001010 |
Color Harmonies of #A2DA9F
Complementary color
Monochromatic Colors of #A2DA9F
Black with #A2DA9F
Text Example
Text Example
White with #A2DA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DA9F; }
p { color: rgb(162,218,159); }
H1.HeaderClassName
{
color: #A2DA9F;
}
.AnyTagClassName
{
color: #A2DA9F;
}
</style>
background-color css
<style>
a { background-color: #A2DA9F; }
a { background-color: rgb(162,218,159); }
div.DivClassName
{
background-color: #A2DA9F;
}
.BgClassName
{
background-color: #A2DA9F;
}
</style>
border-color css
<style>
span { border-color: #A2DA9F; }
span { border-color: rgb(162,218,159); }
td.TdClassName
{
border-color: #A2DA9F;
}
.TagClassName
{
border-color: #A2DA9F;
}
</style>