Shades of Pale Green #ACFDA0
Tints of Pale Green #ACFDA0
RGB
CMYK
RGB Variations
Color information
#ACFDA0 (or 0xACFDA0) is known color: Pale Green. HEX triplet: AC, FD and A0. RGB value is (172,253,160). Sum of RGB (Red+Green+Blue) = 172+253+160=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 253 (99.22% from 255 or 43.25% from 585); Blue value is 160 (62.89% from 255 or 27.35% from 585); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFDA0 is #53025F. Grayscale: #DADADA. Windows color (decimal): -5440096 or 10550700. OLE color: 10550700.
HSL color Cylindrical-coordinate representation of color #ACFDA0: hue angle of 112.26º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACFDA0 is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 253 | 160 | - |
| CMYK | 0.32 | 0 | 0.37 | 0.01 |
| HSL | 112.26º | 0.96% | 0.81% | - |
| HSV(B) | 112.26º | 0.37% | 0.99% | - |
| XYZ | 58.48 | 81.56 | 45.92 | - |
| YUV | 218.18 | 95.16 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 253 | 160 | 0.32 | 0 | 0.37 | 0.01 | 112.26 | 0.96 | 0.81 |
| Hex | AC | FD | A0 | 20 | 0 | 25 | 1 | 70 | 60 | 51 |
| Octal | 254 | 375 | 240 | 40 | 0 | 45 | 1 | 160 | 140 | 121 |
| Binary | 10101100 | 11111101 | 10100000 | 100000 | 0 | 100101 | 1 | 1110000 | 1100000 | 1010001 |
Color Harmonies of #ACFDA0
Complementary color
Monochromatic Colors of #ACFDA0
Black with #ACFDA0
Text Example
Text Example
White with #ACFDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFDA0; }
p { color: rgb(172,253,160); }
H1.HeaderClassName
{
color: #ACFDA0;
}
.AnyTagClassName
{
color: #ACFDA0;
}
</style>
background-color css
<style>
a { background-color: #ACFDA0; }
a { background-color: rgb(172,253,160); }
div.DivClassName
{
background-color: #ACFDA0;
}
.BgClassName
{
background-color: #ACFDA0;
}
</style>
border-color css
<style>
span { border-color: #ACFDA0; }
span { border-color: rgb(172,253,160); }
td.TdClassName
{
border-color: #ACFDA0;
}
.TagClassName
{
border-color: #ACFDA0;
}
</style>