Shades of Pale Green #ACF99D
Tints of Pale Green #ACF99D
RGB
CMYK
RGB Variations
Color information
#ACF99D (or 0xACF99D) is known color: Pale Green. HEX triplet: AC, F9 and 9D. RGB value is (172,249,157). Sum of RGB (Red+Green+Blue) = 172+249+157=578 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.76% from 578); Green value is 249 (97.66% from 255 or 43.08% from 578); Blue value is 157 (61.72% from 255 or 27.16% from 578); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF99D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF99D is #530662. Grayscale: #D7D7D7. Windows color (decimal): -5441123 or 10353068. OLE color: 10353068.
HSL color Cylindrical-coordinate representation of color #ACF99D: hue angle of 110.22º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACF99D is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 249 | 157 | - |
| CMYK | 0.31 | 0 | 0.37 | 0.02 |
| HSL | 110.22º | 0.88% | 0.8% | - |
| HSV(B) | 110.22º | 0.37% | 0.98% | - |
| XYZ | 56.97 | 78.96 | 44.14 | - |
| YUV | 215.49 | 94.99 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 249 | 157 | 0.31 | 0 | 0.37 | 0.02 | 110.22 | 0.88 | 0.8 |
| Hex | AC | F9 | 9D | 1F | 0 | 25 | 2 | 6E | 58 | 50 |
| Octal | 254 | 371 | 235 | 37 | 0 | 45 | 2 | 156 | 130 | 120 |
| Binary | 10101100 | 11111001 | 10011101 | 11111 | 0 | 100101 | 10 | 1101110 | 1011000 | 1010000 |
Color Harmonies of #ACF99D
Complementary color
Monochromatic Colors of #ACF99D
Black with #ACF99D
Text Example
Text Example
White with #ACF99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF99D; }
p { color: rgb(172,249,157); }
H1.HeaderClassName
{
color: #ACF99D;
}
.AnyTagClassName
{
color: #ACF99D;
}
</style>
background-color css
<style>
a { background-color: #ACF99D; }
a { background-color: rgb(172,249,157); }
div.DivClassName
{
background-color: #ACF99D;
}
.BgClassName
{
background-color: #ACF99D;
}
</style>
border-color css
<style>
span { border-color: #ACF99D; }
span { border-color: rgb(172,249,157); }
td.TdClassName
{
border-color: #ACF99D;
}
.TagClassName
{
border-color: #ACF99D;
}
</style>