Shades of Pale Green #ACF993
Tints of Pale Green #ACF993
RGB
CMYK
RGB Variations
Color information
#ACF993 (or 0xACF993) is known color: Pale Green. HEX triplet: AC, F9 and 93. RGB value is (172,249,147). Sum of RGB (Red+Green+Blue) = 172+249+147=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 249 (97.66% from 255 or 43.84% from 568); Blue value is 147 (57.81% from 255 or 25.88% from 568); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF993 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF993 is #53066C. Grayscale: #D6D6D6. Windows color (decimal): -5441133 or 9697708. OLE color: 9697708.
HSL color Cylindrical-coordinate representation of color #ACF993: hue angle of 105.29º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACF993 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 249 | 147 | - |
| CMYK | 0.31 | 0 | 0.41 | 0.02 |
| HSL | 105.29º | 0.89% | 0.78% | - |
| HSV(B) | 105.29º | 0.41% | 0.98% | - |
| XYZ | 56.16 | 78.63 | 39.82 | - |
| YUV | 214.35 | 89.99 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 249 | 147 | 0.31 | 0 | 0.41 | 0.02 | 105.29 | 0.89 | 0.78 |
| Hex | AC | F9 | 93 | 1F | 0 | 29 | 2 | 69 | 59 | 4E |
| Octal | 254 | 371 | 223 | 37 | 0 | 51 | 2 | 151 | 131 | 116 |
| Binary | 10101100 | 11111001 | 10010011 | 11111 | 0 | 101001 | 10 | 1101001 | 1011001 | 1001110 |
Color Harmonies of #ACF993
Complementary color
Monochromatic Colors of #ACF993
Black with #ACF993
Text Example
Text Example
White with #ACF993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF993; }
p { color: rgb(172,249,147); }
H1.HeaderClassName
{
color: #ACF993;
}
.AnyTagClassName
{
color: #ACF993;
}
</style>
background-color css
<style>
a { background-color: #ACF993; }
a { background-color: rgb(172,249,147); }
div.DivClassName
{
background-color: #ACF993;
}
.BgClassName
{
background-color: #ACF993;
}
</style>
border-color css
<style>
span { border-color: #ACF993; }
span { border-color: rgb(172,249,147); }
td.TdClassName
{
border-color: #ACF993;
}
.TagClassName
{
border-color: #ACF993;
}
</style>