Shades of Pale Green #ACFC8A
Tints of Pale Green #ACFC8A
RGB
CMYK
RGB Variations
Color information
#ACFC8A (or 0xACFC8A) is known color: Pale Green. HEX triplet: AC, FC and 8A. RGB value is (172,252,138). Sum of RGB (Red+Green+Blue) = 172+252+138=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 252 (98.83% from 255 or 44.84% from 562); Blue value is 138 (54.30% from 255 or 24.56% from 562); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFC8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFC8A is #530375. Grayscale: #D7D7D7. Windows color (decimal): -5440374 or 9108652. OLE color: 9108652.
HSL color Cylindrical-coordinate representation of color #ACFC8A: hue angle of 102.11º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACFC8A is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 252 | 138 | - |
| CMYK | 0.32 | 0 | 0.45 | 0.01 |
| HSL | 102.11º | 0.95% | 0.76% | - |
| HSV(B) | 102.11º | 0.45% | 0.99% | - |
| XYZ | 56.41 | 80.23 | 36.56 | - |
| YUV | 215.08 | 84.5 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 252 | 138 | 0.32 | 0 | 0.45 | 0.01 | 102.11 | 0.95 | 0.76 |
| Hex | AC | FC | 8A | 20 | 0 | 2D | 1 | 66 | 5F | 4C |
| Octal | 254 | 374 | 212 | 40 | 0 | 55 | 1 | 146 | 137 | 114 |
| Binary | 10101100 | 11111100 | 10001010 | 100000 | 0 | 101101 | 1 | 1100110 | 1011111 | 1001100 |
Color Harmonies of #ACFC8A
Complementary color
Monochromatic Colors of #ACFC8A
Black with #ACFC8A
Text Example
Text Example
White with #ACFC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFC8A; }
p { color: rgb(172,252,138); }
H1.HeaderClassName
{
color: #ACFC8A;
}
.AnyTagClassName
{
color: #ACFC8A;
}
</style>
background-color css
<style>
a { background-color: #ACFC8A; }
a { background-color: rgb(172,252,138); }
div.DivClassName
{
background-color: #ACFC8A;
}
.BgClassName
{
background-color: #ACFC8A;
}
</style>
border-color css
<style>
span { border-color: #ACFC8A; }
span { border-color: rgb(172,252,138); }
td.TdClassName
{
border-color: #ACFC8A;
}
.TagClassName
{
border-color: #ACFC8A;
}
</style>