Html Css Color HEX #A2D594 Granny Smith Apple
📋 copy color: '#A2D594'red 162 ◦ green 213 ◦ blue 148
Shades of Granny Smith Apple #A2D594
Tints of Granny Smith Apple #A2D594
RGB
CMYK
RGB Variations
Color information
#A2D594 (or 0xA2D594) is known color: Granny Smith Apple. HEX triplet: A2, D5 and 94. RGB value is (162,213,148). Sum of RGB (Red+Green+Blue) = 162+213+148=523 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.98% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 148 (58.20% from 255 or 28.30% from 523); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D594 is #5D2A6B. Grayscale: #BEBEBE. Windows color (decimal): -6105708 or 9754018. OLE color: 9754018.
HSL color Cylindrical-coordinate representation of color #A2D594: hue angle of 107.08º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2D594 is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 213 | 148 | - |
| CMYK | 0.24 | 0 | 0.31 | 0.16 |
| HSL | 107.08º | 0.44% | 0.71% | - |
| HSV(B) | 107.08º | 0.31% | 0.84% | - |
| XYZ | 44.04 | 57.41 | 36.78 | - |
| YUV | 190.34 | 104.1 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 213 | 148 | 0.24 | 0 | 0.31 | 0.16 | 107.08 | 0.44 | 0.71 |
| Hex | A2 | D5 | 94 | 18 | 0 | 1F | 10 | 6B | 2C | 47 |
| Octal | 242 | 325 | 224 | 30 | 0 | 37 | 20 | 153 | 54 | 107 |
| Binary | 10100010 | 11010101 | 10010100 | 11000 | 0 | 11111 | 10000 | 1101011 | 101100 | 1000111 |
Color Harmonies of #A2D594
Complementary color
Monochromatic Colors of #A2D594
Black with #A2D594
Text Example
Text Example
White with #A2D594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D594; }
p { color: rgb(162,213,148); }
H1.HeaderClassName
{
color: #A2D594;
}
.AnyTagClassName
{
color: #A2D594;
}
</style>
background-color css
<style>
a { background-color: #A2D594; }
a { background-color: rgb(162,213,148); }
div.DivClassName
{
background-color: #A2D594;
}
.BgClassName
{
background-color: #A2D594;
}
</style>
border-color css
<style>
span { border-color: #A2D594; }
span { border-color: rgb(162,213,148); }
td.TdClassName
{
border-color: #A2D594;
}
.TagClassName
{
border-color: #A2D594;
}
</style>