Shades of Pale Green #A8FDA2
Tints of Pale Green #A8FDA2
RGB
CMYK
RGB Variations
Color information
#A8FDA2 (or 0xA8FDA2) is known color: Pale Green. HEX triplet: A8, FD and A2. RGB value is (168,253,162). Sum of RGB (Red+Green+Blue) = 168+253+162=583 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.82% from 583); Green value is 253 (99.22% from 255 or 43.40% from 583); Blue value is 162 (63.67% from 255 or 27.79% from 583); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FDA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8FDA2 is #57025D. Grayscale: #D9D9D9. Windows color (decimal): -5702238 or 10681768. OLE color: 10681768.
HSL color Cylindrical-coordinate representation of color #A8FDA2: hue angle of 116.04º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8FDA2 is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 253 | 162 | - |
| CMYK | 0.34 | 0 | 0.36 | 0.01 |
| HSL | 116.04º | 0.96% | 0.81% | - |
| HSV(B) | 116.04º | 0.36% | 0.99% | - |
| XYZ | 57.8 | 81.18 | 46.81 | - |
| YUV | 217.21 | 96.84 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 253 | 162 | 0.34 | 0 | 0.36 | 0.01 | 116.04 | 0.96 | 0.81 |
| Hex | A8 | FD | A2 | 22 | 0 | 24 | 1 | 74 | 60 | 51 |
| Octal | 250 | 375 | 242 | 42 | 0 | 44 | 1 | 164 | 140 | 121 |
| Binary | 10101000 | 11111101 | 10100010 | 100010 | 0 | 100100 | 1 | 1110100 | 1100000 | 1010001 |
Color Harmonies of #A8FDA2
Complementary color
Monochromatic Colors of #A8FDA2
Black with #A8FDA2
Text Example
Text Example
White with #A8FDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FDA2; }
p { color: rgb(168,253,162); }
H1.HeaderClassName
{
color: #A8FDA2;
}
.AnyTagClassName
{
color: #A8FDA2;
}
</style>
background-color css
<style>
a { background-color: #A8FDA2; }
a { background-color: rgb(168,253,162); }
div.DivClassName
{
background-color: #A8FDA2;
}
.BgClassName
{
background-color: #A8FDA2;
}
</style>
border-color css
<style>
span { border-color: #A8FDA2; }
span { border-color: rgb(168,253,162); }
td.TdClassName
{
border-color: #A8FDA2;
}
.TagClassName
{
border-color: #A8FDA2;
}
</style>