Shades of Pale Green #ACFC8C
Tints of Pale Green #ACFC8C
RGB
CMYK
RGB Variations
Color information
#ACFC8C (or 0xACFC8C) is known color: Pale Green. HEX triplet: AC, FC and 8C. RGB value is (172,252,140). Sum of RGB (Red+Green+Blue) = 172+252+140=564 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.50% from 564); Green value is 252 (98.83% from 255 or 44.68% from 564); Blue value is 140 (55.08% from 255 or 24.82% from 564); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFC8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFC8C is #530373. Grayscale: #D7D7D7. Windows color (decimal): -5440372 or 9239724. OLE color: 9239724.
HSL color Cylindrical-coordinate representation of color #ACFC8C: hue angle of 102.86º 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 #ACFC8C is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 252 | 140 | - |
| CMYK | 0.32 | 0 | 0.44 | 0.01 |
| HSL | 102.86º | 0.95% | 0.77% | - |
| HSV(B) | 102.86º | 0.44% | 0.99% | - |
| XYZ | 56.56 | 80.28 | 37.33 | - |
| YUV | 215.31 | 85.5 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 252 | 140 | 0.32 | 0 | 0.44 | 0.01 | 102.86 | 0.95 | 0.77 |
| Hex | AC | FC | 8C | 20 | 0 | 2C | 1 | 67 | 5F | 4D |
| Octal | 254 | 374 | 214 | 40 | 0 | 54 | 1 | 147 | 137 | 115 |
| Binary | 10101100 | 11111100 | 10001100 | 100000 | 0 | 101100 | 1 | 1100111 | 1011111 | 1001101 |
Color Harmonies of #ACFC8C
Complementary color
Monochromatic Colors of #ACFC8C
Black with #ACFC8C
Text Example
Text Example
White with #ACFC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFC8C; }
p { color: rgb(172,252,140); }
H1.HeaderClassName
{
color: #ACFC8C;
}
.AnyTagClassName
{
color: #ACFC8C;
}
</style>
background-color css
<style>
a { background-color: #ACFC8C; }
a { background-color: rgb(172,252,140); }
div.DivClassName
{
background-color: #ACFC8C;
}
.BgClassName
{
background-color: #ACFC8C;
}
</style>
border-color css
<style>
span { border-color: #ACFC8C; }
span { border-color: rgb(172,252,140); }
td.TdClassName
{
border-color: #ACFC8C;
}
.TagClassName
{
border-color: #ACFC8C;
}
</style>