Shades of Pale Green #ACFC8E
Tints of Pale Green #ACFC8E
RGB
CMYK
RGB Variations
Color information
#ACFC8E (or 0xACFC8E) is known color: Pale Green. HEX triplet: AC, FC and 8E. RGB value is (172,252,142). Sum of RGB (Red+Green+Blue) = 172+252+142=566 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.39% from 566); Green value is 252 (98.83% from 255 or 44.52% from 566); Blue value is 142 (55.86% from 255 or 25.09% from 566); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFC8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFC8E is #530371. Grayscale: #D7D7D7. Windows color (decimal): -5440370 or 9370796. OLE color: 9370796.
HSL color Cylindrical-coordinate representation of color #ACFC8E: hue angle of 103.64º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACFC8E is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 252 | 142 | - |
| CMYK | 0.32 | 0 | 0.44 | 0.01 |
| HSL | 103.64º | 0.95% | 0.77% | - |
| HSV(B) | 103.64º | 0.44% | 0.99% | - |
| XYZ | 56.71 | 80.34 | 38.11 | - |
| YUV | 215.54 | 86.5 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 252 | 142 | 0.32 | 0 | 0.44 | 0.01 | 103.64 | 0.95 | 0.77 |
| Hex | AC | FC | 8E | 20 | 0 | 2C | 1 | 68 | 5F | 4D |
| Octal | 254 | 374 | 216 | 40 | 0 | 54 | 1 | 150 | 137 | 115 |
| Binary | 10101100 | 11111100 | 10001110 | 100000 | 0 | 101100 | 1 | 1101000 | 1011111 | 1001101 |
Color Harmonies of #ACFC8E
Complementary color
Monochromatic Colors of #ACFC8E
Black with #ACFC8E
Text Example
Text Example
White with #ACFC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFC8E; }
p { color: rgb(172,252,142); }
H1.HeaderClassName
{
color: #ACFC8E;
}
.AnyTagClassName
{
color: #ACFC8E;
}
</style>
background-color css
<style>
a { background-color: #ACFC8E; }
a { background-color: rgb(172,252,142); }
div.DivClassName
{
background-color: #ACFC8E;
}
.BgClassName
{
background-color: #ACFC8E;
}
</style>
border-color css
<style>
span { border-color: #ACFC8E; }
span { border-color: rgb(172,252,142); }
td.TdClassName
{
border-color: #ACFC8E;
}
.TagClassName
{
border-color: #ACFC8E;
}
</style>