Shades of Pale Green #ACFDA2
Tints of Pale Green #ACFDA2
RGB
CMYK
RGB Variations
Color information
#ACFDA2 (or 0xACFDA2) is known color: Pale Green. HEX triplet: AC, FD and A2. RGB value is (172,253,162). Sum of RGB (Red+Green+Blue) = 172+253+162=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 253 (99.22% from 255 or 43.10% from 587); Blue value is 162 (63.67% from 255 or 27.60% from 587); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFDA2 is #53025D. Grayscale: #DADADA. Windows color (decimal): -5440094 or 10681772. OLE color: 10681772.
HSL color Cylindrical-coordinate representation of color #ACFDA2: hue angle of 113.41º 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 #ACFDA2 is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 253 | 162 | - |
| CMYK | 0.32 | 0 | 0.36 | 0.01 |
| HSL | 113.41º | 0.96% | 0.81% | - |
| HSV(B) | 113.41º | 0.36% | 0.99% | - |
| XYZ | 58.66 | 81.63 | 46.85 | - |
| YUV | 218.41 | 96.16 | 94.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 253 | 162 | 0.32 | 0 | 0.36 | 0.01 | 113.41 | 0.96 | 0.81 |
| Hex | AC | FD | A2 | 20 | 0 | 24 | 1 | 71 | 60 | 51 |
| Octal | 254 | 375 | 242 | 40 | 0 | 44 | 1 | 161 | 140 | 121 |
| Binary | 10101100 | 11111101 | 10100010 | 100000 | 0 | 100100 | 1 | 1110001 | 1100000 | 1010001 |
Color Harmonies of #ACFDA2
Complementary color
Monochromatic Colors of #ACFDA2
Black with #ACFDA2
Text Example
Text Example
White with #ACFDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFDA2; }
p { color: rgb(172,253,162); }
H1.HeaderClassName
{
color: #ACFDA2;
}
.AnyTagClassName
{
color: #ACFDA2;
}
</style>
background-color css
<style>
a { background-color: #ACFDA2; }
a { background-color: rgb(172,253,162); }
div.DivClassName
{
background-color: #ACFDA2;
}
.BgClassName
{
background-color: #ACFDA2;
}
</style>
border-color css
<style>
span { border-color: #ACFDA2; }
span { border-color: rgb(172,253,162); }
td.TdClassName
{
border-color: #ACFDA2;
}
.TagClassName
{
border-color: #ACFDA2;
}
</style>