Shades of Pale Green #ACF9A1
Tints of Pale Green #ACF9A1
RGB
CMYK
RGB Variations
Color information
#ACF9A1 (or 0xACF9A1) is known color: Pale Green. HEX triplet: AC, F9 and A1. RGB value is (172,249,161). Sum of RGB (Red+Green+Blue) = 172+249+161=582 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.55% from 582); Green value is 249 (97.66% from 255 or 42.78% from 582); Blue value is 161 (63.28% from 255 or 27.66% from 582); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF9A1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF9A1 is #53065E. Grayscale: #D8D8D8. Windows color (decimal): -5441119 or 10615212. OLE color: 10615212.
HSL color Cylindrical-coordinate representation of color #ACF9A1: hue angle of 112.5º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ACF9A1 is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 249 | 161 | - |
| CMYK | 0.31 | 0 | 0.35 | 0.02 |
| HSL | 112.5º | 0.88% | 0.8% | - |
| HSV(B) | 112.5º | 0.35% | 0.98% | - |
| XYZ | 57.32 | 79.1 | 45.96 | - |
| YUV | 215.95 | 96.99 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 249 | 161 | 0.31 | 0 | 0.35 | 0.02 | 112.5 | 0.88 | 0.8 |
| Hex | AC | F9 | A1 | 1F | 0 | 23 | 2 | 70 | 58 | 50 |
| Octal | 254 | 371 | 241 | 37 | 0 | 43 | 2 | 160 | 130 | 120 |
| Binary | 10101100 | 11111001 | 10100001 | 11111 | 0 | 100011 | 10 | 1110000 | 1011000 | 1010000 |
Color Harmonies of #ACF9A1
Complementary color
Monochromatic Colors of #ACF9A1
Black with #ACF9A1
Text Example
Text Example
White with #ACF9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF9A1; }
p { color: rgb(172,249,161); }
H1.HeaderClassName
{
color: #ACF9A1;
}
.AnyTagClassName
{
color: #ACF9A1;
}
</style>
background-color css
<style>
a { background-color: #ACF9A1; }
a { background-color: rgb(172,249,161); }
div.DivClassName
{
background-color: #ACF9A1;
}
.BgClassName
{
background-color: #ACF9A1;
}
</style>
border-color css
<style>
span { border-color: #ACF9A1; }
span { border-color: rgb(172,249,161); }
td.TdClassName
{
border-color: #ACF9A1;
}
.TagClassName
{
border-color: #ACF9A1;
}
</style>