Shades of Pale Green #ACFDA4
Tints of Pale Green #ACFDA4
RGB
CMYK
RGB Variations
Color information
#ACFDA4 (or 0xACFDA4) is known color: Pale Green. HEX triplet: AC, FD and A4. RGB value is (172,253,164). Sum of RGB (Red+Green+Blue) = 172+253+164=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 253 (99.22% from 255 or 42.95% from 589); Blue value is 164 (64.45% from 255 or 27.84% from 589); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFDA4 is #53025B. Grayscale: #DADADA. Windows color (decimal): -5440092 or 10812844. OLE color: 10812844.
HSL color Cylindrical-coordinate representation of color #ACFDA4: hue angle of 114.61º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ACFDA4 is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
RGB | 172 | 253 | 164 | - |
CMYK | 0.32 | 0 | 0.35 | 0.01 |
HSL | 114.61º | 0.96% | 0.82% | - |
HSV(B) | 114.61º | 0.35% | 0.99% | - |
XYZ | 58.84 | 81.7 | 47.79 | - |
YUV | 218.64 | 97.16 | 94.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 253 | 164 | 0.32 | 0 | 0.35 | 0.01 | 114.61 | 0.96 | 0.82 |
Hex | AC | FD | A4 | 20 | 0 | 23 | 1 | 73 | 60 | 52 |
Octal | 254 | 375 | 244 | 40 | 0 | 43 | 1 | 163 | 140 | 122 |
Binary | 10101100 | 11111101 | 10100100 | 100000 | 0 | 100011 | 1 | 1110011 | 1100000 | 1010010 |
Color Harmonies of #ACFDA4
Complementary color
Monochromatic Colors of #ACFDA4
Black with #ACFDA4
Text Example
Text Example
White with #ACFDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFDA4; }
p { color: rgb(172,253,164); }
H1.HeaderClassName
{
color: #ACFDA4;
}
.AnyTagClassName
{
color: #ACFDA4;
}
</style>
background-color css
<style>
a { background-color: #ACFDA4; }
a { background-color: rgb(172,253,164); }
div.DivClassName
{
background-color: #ACFDA4;
}
.BgClassName
{
background-color: #ACFDA4;
}
</style>
border-color css
<style>
span { border-color: #ACFDA4; }
span { border-color: rgb(172,253,164); }
td.TdClassName
{
border-color: #ACFDA4;
}
.TagClassName
{
border-color: #ACFDA4;
}
</style>