Shades of Pale Green #ACFCAA
Tints of Pale Green #ACFCAA
RGB
CMYK
RGB Variations
Color information
#ACFCAA (or 0xACFCAA) is known color: Pale Green. HEX triplet: AC, FC and AA. RGB value is (172,252,170). Sum of RGB (Red+Green+Blue) = 172+252+170=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 252 (98.83% from 255 or 42.42% from 594); Blue value is 170 (66.80% from 255 or 28.62% from 594); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFCAA is #530355. Grayscale: #DADADA. Windows color (decimal): -5440342 or 11205804. OLE color: 11205804.
HSL color Cylindrical-coordinate representation of color #ACFCAA: hue angle of 118.54º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACFCAA is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 252 | 170 | - |
| CMYK | 0.32 | 0 | 0.33 | 0.01 |
| HSL | 118.54º | 0.93% | 0.83% | - |
| HSV(B) | 118.54º | 0.33% | 0.99% | - |
| XYZ | 59.08 | 81.29 | 50.61 | - |
| YUV | 218.73 | 100.5 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 252 | 170 | 0.32 | 0 | 0.33 | 0.01 | 118.54 | 0.93 | 0.83 |
| Hex | AC | FC | AA | 20 | 0 | 21 | 1 | 77 | 5D | 53 |
| Octal | 254 | 374 | 252 | 40 | 0 | 41 | 1 | 167 | 135 | 123 |
| Binary | 10101100 | 11111100 | 10101010 | 100000 | 0 | 100001 | 1 | 1110111 | 1011101 | 1010011 |
Color Harmonies of #ACFCAA
Complementary color
Monochromatic Colors of #ACFCAA
Black with #ACFCAA
Text Example
Text Example
White with #ACFCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFCAA; }
p { color: rgb(172,252,170); }
H1.HeaderClassName
{
color: #ACFCAA;
}
.AnyTagClassName
{
color: #ACFCAA;
}
</style>
background-color css
<style>
a { background-color: #ACFCAA; }
a { background-color: rgb(172,252,170); }
div.DivClassName
{
background-color: #ACFCAA;
}
.BgClassName
{
background-color: #ACFCAA;
}
</style>
border-color css
<style>
span { border-color: #ACFCAA; }
span { border-color: rgb(172,252,170); }
td.TdClassName
{
border-color: #ACFCAA;
}
.TagClassName
{
border-color: #ACFCAA;
}
</style>