Shades of Pale Green #ACF8A1
Tints of Pale Green #ACF8A1
RGB
CMYK
RGB Variations
Color information
#ACF8A1 (or 0xACF8A1) is known color: Pale Green. HEX triplet: AC, F8 and A1. RGB value is (172,248,161). Sum of RGB (Red+Green+Blue) = 172+248+161=581 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.60% from 581); Green value is 248 (97.27% from 255 or 42.69% from 581); Blue value is 161 (63.28% from 255 or 27.71% from 581); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF8A1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF8A1 is #53075E. Grayscale: #D7D7D7. Windows color (decimal): -5441375 or 10614956. OLE color: 10614956.
HSL color Cylindrical-coordinate representation of color #ACF8A1: hue angle of 112.41º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ACF8A1 is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 161 | - |
| CMYK | 0.31 | 0 | 0.35 | 0.03 |
| HSL | 112.41º | 0.86% | 0.8% | - |
| HSV(B) | 112.41º | 0.35% | 0.97% | - |
| XYZ | 57.01 | 78.48 | 45.86 | - |
| YUV | 215.36 | 97.32 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 161 | 0.31 | 0 | 0.35 | 0.03 | 112.41 | 0.86 | 0.8 |
| Hex | AC | F8 | A1 | 1F | 0 | 23 | 3 | 70 | 56 | 50 |
| Octal | 254 | 370 | 241 | 37 | 0 | 43 | 3 | 160 | 126 | 120 |
| Binary | 10101100 | 11111000 | 10100001 | 11111 | 0 | 100011 | 11 | 1110000 | 1010110 | 1010000 |
Color Harmonies of #ACF8A1
Complementary color
Monochromatic Colors of #ACF8A1
Black with #ACF8A1
Text Example
Text Example
White with #ACF8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF8A1; }
p { color: rgb(172,248,161); }
H1.HeaderClassName
{
color: #ACF8A1;
}
.AnyTagClassName
{
color: #ACF8A1;
}
</style>
background-color css
<style>
a { background-color: #ACF8A1; }
a { background-color: rgb(172,248,161); }
div.DivClassName
{
background-color: #ACF8A1;
}
.BgClassName
{
background-color: #ACF8A1;
}
</style>
border-color css
<style>
span { border-color: #ACF8A1; }
span { border-color: rgb(172,248,161); }
td.TdClassName
{
border-color: #ACF8A1;
}
.TagClassName
{
border-color: #ACF8A1;
}
</style>