Shades of Pale Green #ACF995
Tints of Pale Green #ACF995
RGB
CMYK
RGB Variations
Color information
#ACF995 (or 0xACF995) is known color: Pale Green. HEX triplet: AC, F9 and 95. RGB value is (172,249,149). Sum of RGB (Red+Green+Blue) = 172+249+149=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 249 (97.66% from 255 or 43.68% from 570); Blue value is 149 (58.59% from 255 or 26.14% from 570); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF995 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF995 is #53066A. Grayscale: #D6D6D6. Windows color (decimal): -5441131 or 9828780. OLE color: 9828780.
HSL color Cylindrical-coordinate representation of color #ACF995: hue angle of 106.2º 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 #ACF995 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 249 | 149 | - |
| CMYK | 0.31 | 0 | 0.40 | 0.02 |
| HSL | 106.2º | 0.89% | 0.78% | - |
| HSV(B) | 106.2º | 0.4% | 0.98% | - |
| XYZ | 56.31 | 78.69 | 40.65 | - |
| YUV | 214.58 | 90.99 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 249 | 149 | 0.31 | 0 | 0.40 | 0.02 | 106.2 | 0.89 | 0.78 |
| Hex | AC | F9 | 95 | 1F | 0 | 28 | 2 | 6A | 59 | 4E |
| Octal | 254 | 371 | 225 | 37 | 0 | 50 | 2 | 152 | 131 | 116 |
| Binary | 10101100 | 11111001 | 10010101 | 11111 | 0 | 101000 | 10 | 1101010 | 1011001 | 1001110 |
Color Harmonies of #ACF995
Complementary color
Monochromatic Colors of #ACF995
Black with #ACF995
Text Example
Text Example
White with #ACF995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF995; }
p { color: rgb(172,249,149); }
H1.HeaderClassName
{
color: #ACF995;
}
.AnyTagClassName
{
color: #ACF995;
}
</style>
background-color css
<style>
a { background-color: #ACF995; }
a { background-color: rgb(172,249,149); }
div.DivClassName
{
background-color: #ACF995;
}
.BgClassName
{
background-color: #ACF995;
}
</style>
border-color css
<style>
span { border-color: #ACF995; }
span { border-color: rgb(172,249,149); }
td.TdClassName
{
border-color: #ACF995;
}
.TagClassName
{
border-color: #ACF995;
}
</style>