Shades of Pale Green #ACFDAB
Tints of Pale Green #ACFDAB
RGB
CMYK
RGB Variations
Color information
#ACFDAB (or 0xACFDAB) is known color: Pale Green. HEX triplet: AC, FD and AB. RGB value is (172,253,171). Sum of RGB (Red+Green+Blue) = 172+253+171=596 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.86% from 596); Green value is 253 (99.22% from 255 or 42.45% from 596); Blue value is 171 (67.19% from 255 or 28.69% from 596); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFDAB is #530254. Grayscale: #DBDBDB. Windows color (decimal): -5440085 or 11271596. OLE color: 11271596.
HSL color Cylindrical-coordinate representation of color #ACFDAB: hue angle of 119.27º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFDAB is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 253 | 171 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.01 |
| HSL | 119.27º | 0.95% | 0.83% | - |
| HSV(B) | 119.27º | 0.32% | 0.99% | - |
| XYZ | 59.49 | 81.96 | 51.21 | - |
| YUV | 219.43 | 100.66 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 253 | 171 | 0.32 | 0 | 0.32 | 0.01 | 119.27 | 0.95 | 0.83 |
| Hex | AC | FD | AB | 20 | 0 | 20 | 1 | 77 | 5F | 53 |
| Octal | 254 | 375 | 253 | 40 | 0 | 40 | 1 | 167 | 137 | 123 |
| Binary | 10101100 | 11111101 | 10101011 | 100000 | 0 | 100000 | 1 | 1110111 | 1011111 | 1010011 |
Color Harmonies of #ACFDAB
Complementary color
Monochromatic Colors of #ACFDAB
Black with #ACFDAB
Text Example
Text Example
White with #ACFDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFDAB; }
p { color: rgb(172,253,171); }
H1.HeaderClassName
{
color: #ACFDAB;
}
.AnyTagClassName
{
color: #ACFDAB;
}
</style>
background-color css
<style>
a { background-color: #ACFDAB; }
a { background-color: rgb(172,253,171); }
div.DivClassName
{
background-color: #ACFDAB;
}
.BgClassName
{
background-color: #ACFDAB;
}
</style>
border-color css
<style>
span { border-color: #ACFDAB; }
span { border-color: rgb(172,253,171); }
td.TdClassName
{
border-color: #ACFDAB;
}
.TagClassName
{
border-color: #ACFDAB;
}
</style>