Shades of Pale Green #ACF992
Tints of Pale Green #ACF992
RGB
CMYK
RGB Variations
Color information
#ACF992 (or 0xACF992) is known color: Pale Green. HEX triplet: AC, F9 and 92. RGB value is (172,249,146). Sum of RGB (Red+Green+Blue) = 172+249+146=567 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.34% from 567); Green value is 249 (97.66% from 255 or 43.92% from 567); Blue value is 146 (57.42% from 255 or 25.75% from 567); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF992 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF992 is #53066D. Grayscale: #D6D6D6. Windows color (decimal): -5441134 or 9632172. OLE color: 9632172.
HSL color Cylindrical-coordinate representation of color #ACF992: hue angle of 104.85º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACF992 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 249 | 146 | - |
| CMYK | 0.31 | 0 | 0.41 | 0.02 |
| HSL | 104.85º | 0.9% | 0.77% | - |
| HSV(B) | 104.85º | 0.41% | 0.98% | - |
| XYZ | 56.08 | 78.6 | 39.41 | - |
| YUV | 214.24 | 89.49 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 249 | 146 | 0.31 | 0 | 0.41 | 0.02 | 104.85 | 0.9 | 0.77 |
| Hex | AC | F9 | 92 | 1F | 0 | 29 | 2 | 69 | 5A | 4D |
| Octal | 254 | 371 | 222 | 37 | 0 | 51 | 2 | 151 | 132 | 115 |
| Binary | 10101100 | 11111001 | 10010010 | 11111 | 0 | 101001 | 10 | 1101001 | 1011010 | 1001101 |
Color Harmonies of #ACF992
Complementary color
Monochromatic Colors of #ACF992
Black with #ACF992
Text Example
Text Example
White with #ACF992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF992; }
p { color: rgb(172,249,146); }
H1.HeaderClassName
{
color: #ACF992;
}
.AnyTagClassName
{
color: #ACF992;
}
</style>
background-color css
<style>
a { background-color: #ACF992; }
a { background-color: rgb(172,249,146); }
div.DivClassName
{
background-color: #ACF992;
}
.BgClassName
{
background-color: #ACF992;
}
</style>
border-color css
<style>
span { border-color: #ACF992; }
span { border-color: rgb(172,249,146); }
td.TdClassName
{
border-color: #ACF992;
}
.TagClassName
{
border-color: #ACF992;
}
</style>