Shades of Pale Green #ACFDAC
Tints of Pale Green #ACFDAC
RGB
CMYK
RGB Variations
Color information
#ACFDAC (or 0xACFDAC) is known color: Pale Green. HEX triplet: AC, FD and AC. RGB value is (172,253,172). Sum of RGB (Red+Green+Blue) = 172+253+172=597 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.81% from 597); Green value is 253 (99.22% from 255 or 42.38% from 597); Blue value is 172 (67.58% from 255 or 28.81% from 597); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFDAC is #530253. Grayscale: #DBDBDB. Windows color (decimal): -5440084 or 11337132. OLE color: 11337132.
HSL color Cylindrical-coordinate representation of color #ACFDAC: hue angle of 120º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFDAC is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
RGB | 172 | 253 | 172 | - |
CMYK | 0.32 | 0 | 0.32 | 0.01 |
HSL | 120º | 0.95% | 0.83% | - |
HSV(B) | 120º | 0.32% | 0.99% | - |
XYZ | 59.58 | 82 | 51.72 | - |
YUV | 219.55 | 101.16 | 94.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 253 | 172 | 0.32 | 0 | 0.32 | 0.01 | 120 | 0.95 | 0.83 |
Hex | AC | FD | AC | 20 | 0 | 20 | 1 | 78 | 5F | 53 |
Octal | 254 | 375 | 254 | 40 | 0 | 40 | 1 | 170 | 137 | 123 |
Binary | 10101100 | 11111101 | 10101100 | 100000 | 0 | 100000 | 1 | 1111000 | 1011111 | 1010011 |
Color Harmonies of #ACFDAC
Complementary color
Monochromatic Colors of #ACFDAC
Black with #ACFDAC
Text Example
Text Example
White with #ACFDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFDAC; }
p { color: rgb(172,253,172); }
H1.HeaderClassName
{
color: #ACFDAC;
}
.AnyTagClassName
{
color: #ACFDAC;
}
</style>
background-color css
<style>
a { background-color: #ACFDAC; }
a { background-color: rgb(172,253,172); }
div.DivClassName
{
background-color: #ACFDAC;
}
.BgClassName
{
background-color: #ACFDAC;
}
</style>
border-color css
<style>
span { border-color: #ACFDAC; }
span { border-color: rgb(172,253,172); }
td.TdClassName
{
border-color: #ACFDAC;
}
.TagClassName
{
border-color: #ACFDAC;
}
</style>