Shades of Pale Green #A2F695
Tints of Pale Green #A2F695
RGB
CMYK
RGB Variations
Color information
#A2F695 (or 0xA2F695) is known color: Pale Green. HEX triplet: A2, F6 and 95. RGB value is (162,246,149). Sum of RGB (Red+Green+Blue) = 162+246+149=557 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.08% from 557); Green value is 246 (96.48% from 255 or 44.17% from 557); Blue value is 149 (58.59% from 255 or 26.75% from 557); Max value from RGB is 246 - color contains mainly: green. Hex color #A2F695 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F695 is #5D096A. Grayscale: #D2D2D2. Windows color (decimal): -6097259 or 9828002. OLE color: 9828002.
HSL color Cylindrical-coordinate representation of color #A2F695: hue angle of 111.96º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A2F695 is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 246 | 149 | - |
| CMYK | 0.34 | 0 | 0.39 | 0.04 |
| HSL | 111.96º | 0.84% | 0.77% | - |
| HSV(B) | 111.96º | 0.39% | 0.96% | - |
| XYZ | 53.28 | 75.76 | 40.25 | - |
| YUV | 209.83 | 93.67 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 246 | 149 | 0.34 | 0 | 0.39 | 0.04 | 111.96 | 0.84 | 0.77 |
| Hex | A2 | F6 | 95 | 22 | 0 | 27 | 4 | 70 | 54 | 4D |
| Octal | 242 | 366 | 225 | 42 | 0 | 47 | 4 | 160 | 124 | 115 |
| Binary | 10100010 | 11110110 | 10010101 | 100010 | 0 | 100111 | 100 | 1110000 | 1010100 | 1001101 |
Color Harmonies of #A2F695
Complementary color
Monochromatic Colors of #A2F695
Black with #A2F695
Text Example
Text Example
White with #A2F695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F695; }
p { color: rgb(162,246,149); }
H1.HeaderClassName
{
color: #A2F695;
}
.AnyTagClassName
{
color: #A2F695;
}
</style>
background-color css
<style>
a { background-color: #A2F695; }
a { background-color: rgb(162,246,149); }
div.DivClassName
{
background-color: #A2F695;
}
.BgClassName
{
background-color: #A2F695;
}
</style>
border-color css
<style>
span { border-color: #A2F695; }
span { border-color: rgb(162,246,149); }
td.TdClassName
{
border-color: #A2F695;
}
.TagClassName
{
border-color: #A2F695;
}
</style>