Shades of Pale Green #A8FAA2
Tints of Pale Green #A8FAA2
RGB
CMYK
RGB Variations
Color information
#A8FAA2 (or 0xA8FAA2) is known color: Pale Green. HEX triplet: A8, FA and A2. RGB value is (168,250,162). Sum of RGB (Red+Green+Blue) = 168+250+162=580 (76% of max value = 765). Red value is 168 (66.02% from 255 or 28.97% from 580); Green value is 250 (98.05% from 255 or 43.10% from 580); Blue value is 162 (63.67% from 255 or 27.93% from 580); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FAA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8FAA2 is #57055D. Grayscale: #D7D7D7. Windows color (decimal): -5703006 or 10681000. OLE color: 10681000.
HSL color Cylindrical-coordinate representation of color #A8FAA2: hue angle of 115.91º degrees, saturation: 0.9, 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 #A8FAA2 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 250 | 162 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.02 |
| HSL | 115.91º | 0.9% | 0.81% | - |
| HSV(B) | 115.91º | 0.35% | 0.98% | - |
| XYZ | 56.86 | 79.3 | 46.49 | - |
| YUV | 215.45 | 97.83 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 250 | 162 | 0.33 | 0 | 0.35 | 0.02 | 115.91 | 0.9 | 0.81 |
| Hex | A8 | FA | A2 | 21 | 0 | 23 | 2 | 74 | 5A | 51 |
| Octal | 250 | 372 | 242 | 41 | 0 | 43 | 2 | 164 | 132 | 121 |
| Binary | 10101000 | 11111010 | 10100010 | 100001 | 0 | 100011 | 10 | 1110100 | 1011010 | 1010001 |
Color Harmonies of #A8FAA2
Complementary color
Monochromatic Colors of #A8FAA2
Black with #A8FAA2
Text Example
Text Example
White with #A8FAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FAA2; }
p { color: rgb(168,250,162); }
H1.HeaderClassName
{
color: #A8FAA2;
}
.AnyTagClassName
{
color: #A8FAA2;
}
</style>
background-color css
<style>
a { background-color: #A8FAA2; }
a { background-color: rgb(168,250,162); }
div.DivClassName
{
background-color: #A8FAA2;
}
.BgClassName
{
background-color: #A8FAA2;
}
</style>
border-color css
<style>
span { border-color: #A8FAA2; }
span { border-color: rgb(168,250,162); }
td.TdClassName
{
border-color: #A8FAA2;
}
.TagClassName
{
border-color: #A8FAA2;
}
</style>