Shades of Pale Green #ACF996
Tints of Pale Green #ACF996
RGB
CMYK
RGB Variations
Color information
#ACF996 (or 0xACF996) is known color: Pale Green. HEX triplet: AC, F9 and 96. RGB value is (172,249,150). Sum of RGB (Red+Green+Blue) = 172+249+150=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 249 (97.66% from 255 or 43.61% from 571); Blue value is 150 (58.98% from 255 or 26.27% from 571); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF996 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF996 is #530669. Grayscale: #D7D7D7. Windows color (decimal): -5441130 or 9894316. OLE color: 9894316.
HSL color Cylindrical-coordinate representation of color #ACF996: hue angle of 106.67º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACF996 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 249 | 150 | - |
| CMYK | 0.31 | 0 | 0.40 | 0.02 |
| HSL | 106.67º | 0.89% | 0.78% | - |
| HSV(B) | 106.67º | 0.4% | 0.98% | - |
| XYZ | 56.39 | 78.72 | 41.08 | - |
| YUV | 214.69 | 91.49 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 249 | 150 | 0.31 | 0 | 0.40 | 0.02 | 106.67 | 0.89 | 0.78 |
| Hex | AC | F9 | 96 | 1F | 0 | 28 | 2 | 6B | 59 | 4E |
| Octal | 254 | 371 | 226 | 37 | 0 | 50 | 2 | 153 | 131 | 116 |
| Binary | 10101100 | 11111001 | 10010110 | 11111 | 0 | 101000 | 10 | 1101011 | 1011001 | 1001110 |
Color Harmonies of #ACF996
Complementary color
Monochromatic Colors of #ACF996
Black with #ACF996
Text Example
Text Example
White with #ACF996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF996; }
p { color: rgb(172,249,150); }
H1.HeaderClassName
{
color: #ACF996;
}
.AnyTagClassName
{
color: #ACF996;
}
</style>
background-color css
<style>
a { background-color: #ACF996; }
a { background-color: rgb(172,249,150); }
div.DivClassName
{
background-color: #ACF996;
}
.BgClassName
{
background-color: #ACF996;
}
</style>
border-color css
<style>
span { border-color: #ACF996; }
span { border-color: rgb(172,249,150); }
td.TdClassName
{
border-color: #ACF996;
}
.TagClassName
{
border-color: #ACF996;
}
</style>