Shades of Pale Green #ACF9A5
Tints of Pale Green #ACF9A5
RGB
CMYK
RGB Variations
Color information
#ACF9A5 (or 0xACF9A5) is known color: Pale Green. HEX triplet: AC, F9 and A5. RGB value is (172,249,165). Sum of RGB (Red+Green+Blue) = 172+249+165=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 249 (97.66% from 255 or 42.49% from 586); Blue value is 165 (64.84% from 255 or 28.16% from 586); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF9A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF9A5 is #53065A. Grayscale: #D8D8D8. Windows color (decimal): -5441115 or 10877356. OLE color: 10877356.
HSL color Cylindrical-coordinate representation of color #ACF9A5: hue angle of 115º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACF9A5 is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 249 | 165 | - |
| CMYK | 0.31 | 0 | 0.34 | 0.02 |
| HSL | 115º | 0.88% | 0.81% | - |
| HSV(B) | 115º | 0.34% | 0.98% | - |
| XYZ | 57.68 | 79.24 | 47.85 | - |
| YUV | 216.4 | 98.99 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 249 | 165 | 0.31 | 0 | 0.34 | 0.02 | 115 | 0.88 | 0.81 |
| Hex | AC | F9 | A5 | 1F | 0 | 22 | 2 | 73 | 58 | 51 |
| Octal | 254 | 371 | 245 | 37 | 0 | 42 | 2 | 163 | 130 | 121 |
| Binary | 10101100 | 11111001 | 10100101 | 11111 | 0 | 100010 | 10 | 1110011 | 1011000 | 1010001 |
Color Harmonies of #ACF9A5
Complementary color
Monochromatic Colors of #ACF9A5
Black with #ACF9A5
Text Example
Text Example
White with #ACF9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF9A5; }
p { color: rgb(172,249,165); }
H1.HeaderClassName
{
color: #ACF9A5;
}
.AnyTagClassName
{
color: #ACF9A5;
}
</style>
background-color css
<style>
a { background-color: #ACF9A5; }
a { background-color: rgb(172,249,165); }
div.DivClassName
{
background-color: #ACF9A5;
}
.BgClassName
{
background-color: #ACF9A5;
}
</style>
border-color css
<style>
span { border-color: #ACF9A5; }
span { border-color: rgb(172,249,165); }
td.TdClassName
{
border-color: #ACF9A5;
}
.TagClassName
{
border-color: #ACF9A5;
}
</style>