Shades of Pale Green #ACFDA8
Tints of Pale Green #ACFDA8
RGB
CMYK
RGB Variations
Color information
#ACFDA8 (or 0xACFDA8) is known color: Pale Green. HEX triplet: AC, FD and A8. RGB value is (172,253,168). Sum of RGB (Red+Green+Blue) = 172+253+168=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 253 (99.22% from 255 or 42.66% from 593); Blue value is 168 (66.02% from 255 or 28.33% from 593); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFDA8 is #530257. Grayscale: #DBDBDB. Windows color (decimal): -5440088 or 11074988. OLE color: 11074988.
HSL color Cylindrical-coordinate representation of color #ACFDA8: hue angle of 117.18º 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 #ACFDA8 is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 253 | 168 | - |
| CMYK | 0.32 | 0 | 0.34 | 0.01 |
| HSL | 117.18º | 0.96% | 0.83% | - |
| HSV(B) | 117.18º | 0.34% | 0.99% | - |
| XYZ | 59.21 | 81.85 | 49.72 | - |
| YUV | 219.09 | 99.16 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 253 | 168 | 0.32 | 0 | 0.34 | 0.01 | 117.18 | 0.96 | 0.83 |
| Hex | AC | FD | A8 | 20 | 0 | 22 | 1 | 75 | 60 | 53 |
| Octal | 254 | 375 | 250 | 40 | 0 | 42 | 1 | 165 | 140 | 123 |
| Binary | 10101100 | 11111101 | 10101000 | 100000 | 0 | 100010 | 1 | 1110101 | 1100000 | 1010011 |
Color Harmonies of #ACFDA8
Complementary color
Monochromatic Colors of #ACFDA8
Black with #ACFDA8
Text Example
Text Example
White with #ACFDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFDA8; }
p { color: rgb(172,253,168); }
H1.HeaderClassName
{
color: #ACFDA8;
}
.AnyTagClassName
{
color: #ACFDA8;
}
</style>
background-color css
<style>
a { background-color: #ACFDA8; }
a { background-color: rgb(172,253,168); }
div.DivClassName
{
background-color: #ACFDA8;
}
.BgClassName
{
background-color: #ACFDA8;
}
</style>
border-color css
<style>
span { border-color: #ACFDA8; }
span { border-color: rgb(172,253,168); }
td.TdClassName
{
border-color: #ACFDA8;
}
.TagClassName
{
border-color: #ACFDA8;
}
</style>