Shades of Pale Green #ACF8A5
Tints of Pale Green #ACF8A5
RGB
CMYK
RGB Variations
Color information
#ACF8A5 (or 0xACF8A5) is known color: Pale Green. HEX triplet: AC, F8 and A5. RGB value is (172,248,165). Sum of RGB (Red+Green+Blue) = 172+248+165=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 248 (97.27% from 255 or 42.39% from 585); Blue value is 165 (64.84% from 255 or 28.21% from 585); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF8A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF8A5 is #53075A. Grayscale: #D8D8D8. Windows color (decimal): -5441371 or 10877100. OLE color: 10877100.
HSL color Cylindrical-coordinate representation of color #ACF8A5: hue angle of 114.94º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACF8A5 is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 165 | - |
| CMYK | 0.31 | 0 | 0.33 | 0.03 |
| HSL | 114.94º | 0.86% | 0.81% | - |
| HSV(B) | 114.94º | 0.33% | 0.97% | - |
| XYZ | 57.37 | 78.62 | 47.75 | - |
| YUV | 215.81 | 99.32 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 165 | 0.31 | 0 | 0.33 | 0.03 | 114.94 | 0.86 | 0.81 |
| Hex | AC | F8 | A5 | 1F | 0 | 21 | 3 | 73 | 56 | 51 |
| Octal | 254 | 370 | 245 | 37 | 0 | 41 | 3 | 163 | 126 | 121 |
| Binary | 10101100 | 11111000 | 10100101 | 11111 | 0 | 100001 | 11 | 1110011 | 1010110 | 1010001 |
Color Harmonies of #ACF8A5
Complementary color
Monochromatic Colors of #ACF8A5
Black with #ACF8A5
Text Example
Text Example
White with #ACF8A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF8A5; }
p { color: rgb(172,248,165); }
H1.HeaderClassName
{
color: #ACF8A5;
}
.AnyTagClassName
{
color: #ACF8A5;
}
</style>
background-color css
<style>
a { background-color: #ACF8A5; }
a { background-color: rgb(172,248,165); }
div.DivClassName
{
background-color: #ACF8A5;
}
.BgClassName
{
background-color: #ACF8A5;
}
</style>
border-color css
<style>
span { border-color: #ACF8A5; }
span { border-color: rgb(172,248,165); }
td.TdClassName
{
border-color: #ACF8A5;
}
.TagClassName
{
border-color: #ACF8A5;
}
</style>