Html Css Color HEX #A2DF94 Granny Smith Apple
📋 copy color: '#A2DF94'red 162 ◦ green 223 ◦ blue 148
Shades of Granny Smith Apple #A2DF94
Tints of Granny Smith Apple #A2DF94
RGB
CMYK
RGB Variations
Color information
#A2DF94 (or 0xA2DF94) is known color: Granny Smith Apple. HEX triplet: A2, DF and 94. RGB value is (162,223,148). Sum of RGB (Red+Green+Blue) = 162+223+148=533 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.39% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 148 (58.20% from 255 or 27.77% from 533); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DF94 is #5D206B. Grayscale: #C4C4C4. Windows color (decimal): -6103148 or 9756578. OLE color: 9756578.
HSL color Cylindrical-coordinate representation of color #A2DF94: hue angle of 108.8º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2DF94 is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 223 | 148 | - |
| CMYK | 0.27 | 0 | 0.34 | 0.13 |
| HSL | 108.8º | 0.54% | 0.73% | - |
| HSV(B) | 108.8º | 0.34% | 0.87% | - |
| XYZ | 46.63 | 62.59 | 37.64 | - |
| YUV | 196.21 | 100.79 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 223 | 148 | 0.27 | 0 | 0.34 | 0.13 | 108.8 | 0.54 | 0.73 |
| Hex | A2 | DF | 94 | 1B | 0 | 22 | D | 6D | 36 | 49 |
| Octal | 242 | 337 | 224 | 33 | 0 | 42 | 15 | 155 | 66 | 111 |
| Binary | 10100010 | 11011111 | 10010100 | 11011 | 0 | 100010 | 1101 | 1101101 | 110110 | 1001001 |
Color Harmonies of #A2DF94
Complementary color
Monochromatic Colors of #A2DF94
Black with #A2DF94
Text Example
Text Example
White with #A2DF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DF94; }
p { color: rgb(162,223,148); }
H1.HeaderClassName
{
color: #A2DF94;
}
.AnyTagClassName
{
color: #A2DF94;
}
</style>
background-color css
<style>
a { background-color: #A2DF94; }
a { background-color: rgb(162,223,148); }
div.DivClassName
{
background-color: #A2DF94;
}
.BgClassName
{
background-color: #A2DF94;
}
</style>
border-color css
<style>
span { border-color: #A2DF94; }
span { border-color: rgb(162,223,148); }
td.TdClassName
{
border-color: #A2DF94;
}
.TagClassName
{
border-color: #A2DF94;
}
</style>