Html Css Color HEX #A2DF95 Granny Smith Apple
📋 copy color: '#A2DF95'red 162 ◦ green 223 ◦ blue 149
Shades of Granny Smith Apple #A2DF95
Tints of Granny Smith Apple #A2DF95
RGB
CMYK
RGB Variations
Color information
#A2DF95 (or 0xA2DF95) is known color: Granny Smith Apple. HEX triplet: A2, DF and 95. RGB value is (162,223,149). Sum of RGB (Red+Green+Blue) = 162+223+149=534 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.34% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DF95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DF95 is #5D206A. Grayscale: #C4C4C4. Windows color (decimal): -6103147 or 9822114. OLE color: 9822114.
HSL color Cylindrical-coordinate representation of color #A2DF95: hue angle of 109.46º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2DF95 is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 223 | 149 | - |
| CMYK | 0.27 | 0 | 0.33 | 0.13 |
| HSL | 109.46º | 0.54% | 0.73% | - |
| HSV(B) | 109.46º | 0.33% | 0.87% | - |
| XYZ | 46.71 | 62.63 | 38.06 | - |
| YUV | 196.33 | 101.29 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 223 | 149 | 0.27 | 0 | 0.33 | 0.13 | 109.46 | 0.54 | 0.73 |
| Hex | A2 | DF | 95 | 1B | 0 | 21 | D | 6D | 36 | 49 |
| Octal | 242 | 337 | 225 | 33 | 0 | 41 | 15 | 155 | 66 | 111 |
| Binary | 10100010 | 11011111 | 10010101 | 11011 | 0 | 100001 | 1101 | 1101101 | 110110 | 1001001 |
Color Harmonies of #A2DF95
Complementary color
Monochromatic Colors of #A2DF95
Black with #A2DF95
Text Example
Text Example
White with #A2DF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DF95; }
p { color: rgb(162,223,149); }
H1.HeaderClassName
{
color: #A2DF95;
}
.AnyTagClassName
{
color: #A2DF95;
}
</style>
background-color css
<style>
a { background-color: #A2DF95; }
a { background-color: rgb(162,223,149); }
div.DivClassName
{
background-color: #A2DF95;
}
.BgClassName
{
background-color: #A2DF95;
}
</style>
border-color css
<style>
span { border-color: #A2DF95; }
span { border-color: rgb(162,223,149); }
td.TdClassName
{
border-color: #A2DF95;
}
.TagClassName
{
border-color: #A2DF95;
}
</style>