Shades of Pale Green #A2F995
Tints of Pale Green #A2F995
RGB
CMYK
RGB Variations
Color information
#A2F995 (or 0xA2F995) is known color: Pale Green. HEX triplet: A2, F9 and 95. RGB value is (162,249,149). Sum of RGB (Red+Green+Blue) = 162+249+149=560 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.93% from 560); Green value is 249 (97.66% from 255 or 44.46% from 560); Blue value is 149 (58.59% from 255 or 26.61% from 560); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F995 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F995 is #5D066A. Grayscale: #D3D3D3. Windows color (decimal): -6096491 or 9828770. OLE color: 9828770.
HSL color Cylindrical-coordinate representation of color #A2F995: hue angle of 112.2º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2F995 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 249 | 149 | - |
| CMYK | 0.35 | 0 | 0.40 | 0.02 |
| HSL | 112.2º | 0.89% | 0.78% | - |
| HSV(B) | 112.2º | 0.4% | 0.98% | - |
| XYZ | 54.2 | 77.6 | 40.56 | - |
| YUV | 211.59 | 92.68 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 249 | 149 | 0.35 | 0 | 0.40 | 0.02 | 112.2 | 0.89 | 0.78 |
| Hex | A2 | F9 | 95 | 23 | 0 | 28 | 2 | 70 | 59 | 4E |
| Octal | 242 | 371 | 225 | 43 | 0 | 50 | 2 | 160 | 131 | 116 |
| Binary | 10100010 | 11111001 | 10010101 | 100011 | 0 | 101000 | 10 | 1110000 | 1011001 | 1001110 |
Color Harmonies of #A2F995
Complementary color
Monochromatic Colors of #A2F995
Black with #A2F995
Text Example
Text Example
White with #A2F995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F995; }
p { color: rgb(162,249,149); }
H1.HeaderClassName
{
color: #A2F995;
}
.AnyTagClassName
{
color: #A2F995;
}
</style>
background-color css
<style>
a { background-color: #A2F995; }
a { background-color: rgb(162,249,149); }
div.DivClassName
{
background-color: #A2F995;
}
.BgClassName
{
background-color: #A2F995;
}
</style>
border-color css
<style>
span { border-color: #A2F995; }
span { border-color: rgb(162,249,149); }
td.TdClassName
{
border-color: #A2F995;
}
.TagClassName
{
border-color: #A2F995;
}
</style>