Shades of Pale Green #A2F9A8
Tints of Pale Green #A2F9A8
RGB
CMYK
RGB Variations
Color information
#A2F9A8 (or 0xA2F9A8) is known color: Pale Green. HEX triplet: A2, F9 and A8. RGB value is (162,249,168). Sum of RGB (Red+Green+Blue) = 162+249+168=579 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.98% from 579); Green value is 249 (97.66% from 255 or 43.01% from 579); Blue value is 168 (66.02% from 255 or 29.02% from 579); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F9A8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F9A8 is #5D0657. Grayscale: #D5D5D5. Windows color (decimal): -6096472 or 11073954. OLE color: 11073954.
HSL color Cylindrical-coordinate representation of color #A2F9A8: hue angle of 124.14º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2F9A8 is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 249 | 168 | - |
| CMYK | 0.35 | 0 | 0.33 | 0.02 |
| HSL | 124.14º | 0.88% | 0.81% | - |
| HSV(B) | 124.14º | 0.35% | 0.98% | - |
| XYZ | 55.84 | 78.26 | 49.21 | - |
| YUV | 213.75 | 102.18 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 249 | 168 | 0.35 | 0 | 0.33 | 0.02 | 124.14 | 0.88 | 0.81 |
| Hex | A2 | F9 | A8 | 23 | 0 | 21 | 2 | 7C | 58 | 51 |
| Octal | 242 | 371 | 250 | 43 | 0 | 41 | 2 | 174 | 130 | 121 |
| Binary | 10100010 | 11111001 | 10101000 | 100011 | 0 | 100001 | 10 | 1111100 | 1011000 | 1010001 |
Color Harmonies of #A2F9A8
Complementary color
Monochromatic Colors of #A2F9A8
Black with #A2F9A8
Text Example
Text Example
White with #A2F9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F9A8; }
p { color: rgb(162,249,168); }
H1.HeaderClassName
{
color: #A2F9A8;
}
.AnyTagClassName
{
color: #A2F9A8;
}
</style>
background-color css
<style>
a { background-color: #A2F9A8; }
a { background-color: rgb(162,249,168); }
div.DivClassName
{
background-color: #A2F9A8;
}
.BgClassName
{
background-color: #A2F9A8;
}
</style>
border-color css
<style>
span { border-color: #A2F9A8; }
span { border-color: rgb(162,249,168); }
td.TdClassName
{
border-color: #A2F9A8;
}
.TagClassName
{
border-color: #A2F9A8;
}
</style>