Shades of Pale Green #A8FDAA
Tints of Pale Green #A8FDAA
RGB
CMYK
RGB Variations
Color information
#A8FDAA (or 0xA8FDAA) is known color: Pale Green. HEX triplet: A8, FD and AA. RGB value is (168,253,170). Sum of RGB (Red+Green+Blue) = 168+253+170=591 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.43% from 591); Green value is 253 (99.22% from 255 or 42.81% from 591); Blue value is 170 (66.80% from 255 or 28.76% from 591); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FDAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8FDAA is #570255. Grayscale: #DADADA. Windows color (decimal): -5702230 or 11206056. OLE color: 11206056.
HSL color Cylindrical-coordinate representation of color #A8FDAA: hue angle of 121.41º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8FDAA is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 253 | 170 | - |
| CMYK | 0.34 | 0 | 0.33 | 0.01 |
| HSL | 121.41º | 0.96% | 0.83% | - |
| HSV(B) | 121.41º | 0.34% | 0.99% | - |
| XYZ | 58.53 | 81.48 | 50.67 | - |
| YUV | 218.12 | 100.84 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 253 | 170 | 0.34 | 0 | 0.33 | 0.01 | 121.41 | 0.96 | 0.83 |
| Hex | A8 | FD | AA | 22 | 0 | 21 | 1 | 79 | 60 | 53 |
| Octal | 250 | 375 | 252 | 42 | 0 | 41 | 1 | 171 | 140 | 123 |
| Binary | 10101000 | 11111101 | 10101010 | 100010 | 0 | 100001 | 1 | 1111001 | 1100000 | 1010011 |
Color Harmonies of #A8FDAA
Complementary color
Monochromatic Colors of #A8FDAA
Black with #A8FDAA
Text Example
Text Example
White with #A8FDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FDAA; }
p { color: rgb(168,253,170); }
H1.HeaderClassName
{
color: #A8FDAA;
}
.AnyTagClassName
{
color: #A8FDAA;
}
</style>
background-color css
<style>
a { background-color: #A8FDAA; }
a { background-color: rgb(168,253,170); }
div.DivClassName
{
background-color: #A8FDAA;
}
.BgClassName
{
background-color: #A8FDAA;
}
</style>
border-color css
<style>
span { border-color: #A8FDAA; }
span { border-color: rgb(168,253,170); }
td.TdClassName
{
border-color: #A8FDAA;
}
.TagClassName
{
border-color: #A8FDAA;
}
</style>