Shades of Pale Green #ACF990
Tints of Pale Green #ACF990
RGB
CMYK
RGB Variations
Color information
#ACF990 (or 0xACF990) is known color: Pale Green. HEX triplet: AC, F9 and 90. RGB value is (172,249,144). Sum of RGB (Red+Green+Blue) = 172+249+144=565 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.44% from 565); Green value is 249 (97.66% from 255 or 44.07% from 565); Blue value is 144 (56.64% from 255 or 25.49% from 565); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF990 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF990 is #53066F. Grayscale: #D6D6D6. Windows color (decimal): -5441136 or 9501100. OLE color: 9501100.
HSL color Cylindrical-coordinate representation of color #ACF990: hue angle of 104º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACF990 is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 249 | 144 | - |
| CMYK | 0.31 | 0 | 0.42 | 0.02 |
| HSL | 104º | 0.9% | 0.77% | - |
| HSV(B) | 104º | 0.42% | 0.98% | - |
| XYZ | 55.92 | 78.54 | 38.6 | - |
| YUV | 214.01 | 88.49 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 249 | 144 | 0.31 | 0 | 0.42 | 0.02 | 104 | 0.9 | 0.77 |
| Hex | AC | F9 | 90 | 1F | 0 | 2A | 2 | 68 | 5A | 4D |
| Octal | 254 | 371 | 220 | 37 | 0 | 52 | 2 | 150 | 132 | 115 |
| Binary | 10101100 | 11111001 | 10010000 | 11111 | 0 | 101010 | 10 | 1101000 | 1011010 | 1001101 |
Color Harmonies of #ACF990
Complementary color
Monochromatic Colors of #ACF990
Black with #ACF990
Text Example
Text Example
White with #ACF990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF990; }
p { color: rgb(172,249,144); }
H1.HeaderClassName
{
color: #ACF990;
}
.AnyTagClassName
{
color: #ACF990;
}
</style>
background-color css
<style>
a { background-color: #ACF990; }
a { background-color: rgb(172,249,144); }
div.DivClassName
{
background-color: #ACF990;
}
.BgClassName
{
background-color: #ACF990;
}
</style>
border-color css
<style>
span { border-color: #ACF990; }
span { border-color: rgb(172,249,144); }
td.TdClassName
{
border-color: #ACF990;
}
.TagClassName
{
border-color: #ACF990;
}
</style>