Shades of Pale Green #ACFDAA
Tints of Pale Green #ACFDAA
RGB
CMYK
RGB Variations
Color information
#ACFDAA (or 0xACFDAA) is known color: Pale Green. HEX triplet: AC, FD and AA. RGB value is (172,253,170). Sum of RGB (Red+Green+Blue) = 172+253+170=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 253 (99.22% from 255 or 42.52% from 595); Blue value is 170 (66.80% from 255 or 28.57% from 595); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFDAA is #530255. Grayscale: #DBDBDB. Windows color (decimal): -5440086 or 11206060. OLE color: 11206060.
HSL color Cylindrical-coordinate representation of color #ACFDAA: hue angle of 118.55º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACFDAA is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 253 | 170 | - |
| CMYK | 0.32 | 0 | 0.33 | 0.01 |
| HSL | 118.55º | 0.95% | 0.83% | - |
| HSV(B) | 118.55º | 0.33% | 0.99% | - |
| XYZ | 59.39 | 81.92 | 50.71 | - |
| YUV | 219.32 | 100.16 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 253 | 170 | 0.32 | 0 | 0.33 | 0.01 | 118.55 | 0.95 | 0.83 |
| Hex | AC | FD | AA | 20 | 0 | 21 | 1 | 77 | 5F | 53 |
| Octal | 254 | 375 | 252 | 40 | 0 | 41 | 1 | 167 | 137 | 123 |
| Binary | 10101100 | 11111101 | 10101010 | 100000 | 0 | 100001 | 1 | 1110111 | 1011111 | 1010011 |
Color Harmonies of #ACFDAA
Complementary color
Monochromatic Colors of #ACFDAA
Black with #ACFDAA
Text Example
Text Example
White with #ACFDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFDAA; }
p { color: rgb(172,253,170); }
H1.HeaderClassName
{
color: #ACFDAA;
}
.AnyTagClassName
{
color: #ACFDAA;
}
</style>
background-color css
<style>
a { background-color: #ACFDAA; }
a { background-color: rgb(172,253,170); }
div.DivClassName
{
background-color: #ACFDAA;
}
.BgClassName
{
background-color: #ACFDAA;
}
</style>
border-color css
<style>
span { border-color: #ACFDAA; }
span { border-color: rgb(172,253,170); }
td.TdClassName
{
border-color: #ACFDAA;
}
.TagClassName
{
border-color: #ACFDAA;
}
</style>