Html Css Color HEX #A2E695 Granny Smith Apple
📋 copy color: '#A2E695'red 162 ◦ green 230 ◦ blue 149
Shades of Granny Smith Apple #A2E695
Tints of Granny Smith Apple #A2E695
RGB
CMYK
RGB Variations
Color information
#A2E695 (or 0xA2E695) is known color: Granny Smith Apple. HEX triplet: A2, E6 and 95. RGB value is (162,230,149). Sum of RGB (Red+Green+Blue) = 162+230+149=541 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.94% from 541); Green value is 230 (90.23% from 255 or 42.51% from 541); Blue value is 149 (58.59% from 255 or 27.54% from 541); Max value from RGB is 230 - color contains mainly: green. Hex color #A2E695 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2E695 is #5D196A. Grayscale: #C8C8C8. Windows color (decimal): -6101355 or 9823906. OLE color: 9823906.
HSL color Cylindrical-coordinate representation of color #A2E695: hue angle of 110.37º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2E695 is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 230 | 149 | - |
| CMYK | 0.30 | 0 | 0.35 | 0.10 |
| HSL | 110.37º | 0.62% | 0.74% | - |
| HSV(B) | 110.37º | 0.35% | 0.9% | - |
| XYZ | 48.62 | 66.44 | 38.7 | - |
| YUV | 200.43 | 98.97 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 230 | 149 | 0.30 | 0 | 0.35 | 0.10 | 110.37 | 0.62 | 0.74 |
| Hex | A2 | E6 | 95 | 1E | 0 | 23 | A | 6E | 3E | 4A |
| Octal | 242 | 346 | 225 | 36 | 0 | 43 | 12 | 156 | 76 | 112 |
| Binary | 10100010 | 11100110 | 10010101 | 11110 | 0 | 100011 | 1010 | 1101110 | 111110 | 1001010 |
Color Harmonies of #A2E695
Complementary color
Monochromatic Colors of #A2E695
Black with #A2E695
Text Example
Text Example
White with #A2E695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E695; }
p { color: rgb(162,230,149); }
H1.HeaderClassName
{
color: #A2E695;
}
.AnyTagClassName
{
color: #A2E695;
}
</style>
background-color css
<style>
a { background-color: #A2E695; }
a { background-color: rgb(162,230,149); }
div.DivClassName
{
background-color: #A2E695;
}
.BgClassName
{
background-color: #A2E695;
}
</style>
border-color css
<style>
span { border-color: #A2E695; }
span { border-color: rgb(162,230,149); }
td.TdClassName
{
border-color: #A2E695;
}
.TagClassName
{
border-color: #A2E695;
}
</style>