Shades of Pale Green #ACFDA1
Tints of Pale Green #ACFDA1
RGB
CMYK
RGB Variations
Color information
#ACFDA1 (or 0xACFDA1) is known color: Pale Green. HEX triplet: AC, FD and A1. RGB value is (172,253,161). Sum of RGB (Red+Green+Blue) = 172+253+161=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 253 (99.22% from 255 or 43.17% from 586); Blue value is 161 (63.28% from 255 or 27.47% from 586); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFDA1 is #53025E. Grayscale: #DADADA. Windows color (decimal): -5440095 or 10616236. OLE color: 10616236.
HSL color Cylindrical-coordinate representation of color #ACFDA1: hue angle of 112.83º 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 #ACFDA1 is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
RGB | 172 | 253 | 161 | - |
CMYK | 0.32 | 0 | 0.36 | 0.01 |
HSL | 112.83º | 0.96% | 0.81% | - |
HSV(B) | 112.83º | 0.36% | 0.99% | - |
XYZ | 58.57 | 81.59 | 46.38 | - |
YUV | 218.29 | 95.66 | 94.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 253 | 161 | 0.32 | 0 | 0.36 | 0.01 | 112.83 | 0.96 | 0.81 |
Hex | AC | FD | A1 | 20 | 0 | 24 | 1 | 71 | 60 | 51 |
Octal | 254 | 375 | 241 | 40 | 0 | 44 | 1 | 161 | 140 | 121 |
Binary | 10101100 | 11111101 | 10100001 | 100000 | 0 | 100100 | 1 | 1110001 | 1100000 | 1010001 |
Color Harmonies of #ACFDA1
Complementary color
Monochromatic Colors of #ACFDA1
Black with #ACFDA1
Text Example
Text Example
White with #ACFDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFDA1; }
p { color: rgb(172,253,161); }
H1.HeaderClassName
{
color: #ACFDA1;
}
.AnyTagClassName
{
color: #ACFDA1;
}
</style>
background-color css
<style>
a { background-color: #ACFDA1; }
a { background-color: rgb(172,253,161); }
div.DivClassName
{
background-color: #ACFDA1;
}
.BgClassName
{
background-color: #ACFDA1;
}
</style>
border-color css
<style>
span { border-color: #ACFDA1; }
span { border-color: rgb(172,253,161); }
td.TdClassName
{
border-color: #ACFDA1;
}
.TagClassName
{
border-color: #ACFDA1;
}
</style>