Html Css Color HEX #A2D595 Granny Smith Apple
📋 copy color: '#A2D595'red 162 ◦ green 213 ◦ blue 149
Shades of Granny Smith Apple #A2D595
Tints of Granny Smith Apple #A2D595
RGB
CMYK
RGB Variations
Color information
#A2D595 (or 0xA2D595) is known color: Granny Smith Apple. HEX triplet: A2, D5 and 95. RGB value is (162,213,149). Sum of RGB (Red+Green+Blue) = 162+213+149=524 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.92% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 149 (58.59% from 255 or 28.44% from 524); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D595 is #5D2A6A. Grayscale: #BEBEBE. Windows color (decimal): -6105707 or 9819554. OLE color: 9819554.
HSL color Cylindrical-coordinate representation of color #A2D595: hue angle of 107.81º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2D595 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 213 | 149 | - |
| CMYK | 0.24 | 0 | 0.30 | 0.16 |
| HSL | 107.81º | 0.43% | 0.71% | - |
| HSV(B) | 107.81º | 0.3% | 0.84% | - |
| XYZ | 44.12 | 57.44 | 37.2 | - |
| YUV | 190.46 | 104.6 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 213 | 149 | 0.24 | 0 | 0.30 | 0.16 | 107.81 | 0.43 | 0.71 |
| Hex | A2 | D5 | 95 | 18 | 0 | 1E | 10 | 6C | 2B | 47 |
| Octal | 242 | 325 | 225 | 30 | 0 | 36 | 20 | 154 | 53 | 107 |
| Binary | 10100010 | 11010101 | 10010101 | 11000 | 0 | 11110 | 10000 | 1101100 | 101011 | 1000111 |
Color Harmonies of #A2D595
Complementary color
Monochromatic Colors of #A2D595
Black with #A2D595
Text Example
Text Example
White with #A2D595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D595; }
p { color: rgb(162,213,149); }
H1.HeaderClassName
{
color: #A2D595;
}
.AnyTagClassName
{
color: #A2D595;
}
</style>
background-color css
<style>
a { background-color: #A2D595; }
a { background-color: rgb(162,213,149); }
div.DivClassName
{
background-color: #A2D595;
}
.BgClassName
{
background-color: #A2D595;
}
</style>
border-color css
<style>
span { border-color: #A2D595; }
span { border-color: rgb(162,213,149); }
td.TdClassName
{
border-color: #A2D595;
}
.TagClassName
{
border-color: #A2D595;
}
</style>