Shades of Pale Green #ACF9A2
Tints of Pale Green #ACF9A2
RGB
CMYK
RGB Variations
Color information
#ACF9A2 (or 0xACF9A2) is known color: Pale Green. HEX triplet: AC, F9 and A2. RGB value is (172,249,162). Sum of RGB (Red+Green+Blue) = 172+249+162=583 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.50% from 583); Green value is 249 (97.66% from 255 or 42.71% from 583); Blue value is 162 (63.67% from 255 or 27.79% from 583); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF9A2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF9A2 is #53065D. Grayscale: #D8D8D8. Windows color (decimal): -5441118 or 10680748. OLE color: 10680748.
HSL color Cylindrical-coordinate representation of color #ACF9A2: hue angle of 113.1º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ACF9A2 is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 249 | 162 | - |
| CMYK | 0.31 | 0 | 0.35 | 0.02 |
| HSL | 113.1º | 0.88% | 0.81% | - |
| HSV(B) | 113.1º | 0.35% | 0.98% | - |
| XYZ | 57.41 | 79.13 | 46.43 | - |
| YUV | 216.06 | 97.49 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 249 | 162 | 0.31 | 0 | 0.35 | 0.02 | 113.1 | 0.88 | 0.81 |
| Hex | AC | F9 | A2 | 1F | 0 | 23 | 2 | 71 | 58 | 51 |
| Octal | 254 | 371 | 242 | 37 | 0 | 43 | 2 | 161 | 130 | 121 |
| Binary | 10101100 | 11111001 | 10100010 | 11111 | 0 | 100011 | 10 | 1110001 | 1011000 | 1010001 |
Color Harmonies of #ACF9A2
Complementary color
Monochromatic Colors of #ACF9A2
Black with #ACF9A2
Text Example
Text Example
White with #ACF9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF9A2; }
p { color: rgb(172,249,162); }
H1.HeaderClassName
{
color: #ACF9A2;
}
.AnyTagClassName
{
color: #ACF9A2;
}
</style>
background-color css
<style>
a { background-color: #ACF9A2; }
a { background-color: rgb(172,249,162); }
div.DivClassName
{
background-color: #ACF9A2;
}
.BgClassName
{
background-color: #ACF9A2;
}
</style>
border-color css
<style>
span { border-color: #ACF9A2; }
span { border-color: rgb(172,249,162); }
td.TdClassName
{
border-color: #ACF9A2;
}
.TagClassName
{
border-color: #ACF9A2;
}
</style>