Shades of Pale Green #ACF894
Tints of Pale Green #ACF894
RGB
CMYK
RGB Variations
Color information
#ACF894 (or 0xACF894) is known color: Pale Green. HEX triplet: AC, F8 and 94. RGB value is (172,248,148). Sum of RGB (Red+Green+Blue) = 172+248+148=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 248 (97.27% from 255 or 43.66% from 568); Blue value is 148 (58.20% from 255 or 26.06% from 568); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF894 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF894 is #53076B. Grayscale: #D6D6D6. Windows color (decimal): -5441388 or 9762988. OLE color: 9762988.
HSL color Cylindrical-coordinate representation of color #ACF894: hue angle of 105.6º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACF894 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 148 | - |
| CMYK | 0.31 | 0 | 0.40 | 0.03 |
| HSL | 105.6º | 0.88% | 0.78% | - |
| HSV(B) | 105.6º | 0.4% | 0.97% | - |
| XYZ | 55.93 | 78.04 | 40.13 | - |
| YUV | 213.88 | 90.82 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 148 | 0.31 | 0 | 0.40 | 0.03 | 105.6 | 0.88 | 0.78 |
| Hex | AC | F8 | 94 | 1F | 0 | 28 | 3 | 6A | 58 | 4E |
| Octal | 254 | 370 | 224 | 37 | 0 | 50 | 3 | 152 | 130 | 116 |
| Binary | 10101100 | 11111000 | 10010100 | 11111 | 0 | 101000 | 11 | 1101010 | 1011000 | 1001110 |
Color Harmonies of #ACF894
Complementary color
Monochromatic Colors of #ACF894
Black with #ACF894
Text Example
Text Example
White with #ACF894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF894; }
p { color: rgb(172,248,148); }
H1.HeaderClassName
{
color: #ACF894;
}
.AnyTagClassName
{
color: #ACF894;
}
</style>
background-color css
<style>
a { background-color: #ACF894; }
a { background-color: rgb(172,248,148); }
div.DivClassName
{
background-color: #ACF894;
}
.BgClassName
{
background-color: #ACF894;
}
</style>
border-color css
<style>
span { border-color: #ACF894; }
span { border-color: rgb(172,248,148); }
td.TdClassName
{
border-color: #ACF894;
}
.TagClassName
{
border-color: #ACF894;
}
</style>