Shades of Pale Green #ACFBA8
Tints of Pale Green #ACFBA8
RGB
CMYK
RGB Variations
Color information
#ACFBA8 (or 0xACFBA8) is known color: Pale Green. HEX triplet: AC, FB and A8. RGB value is (172,251,168). Sum of RGB (Red+Green+Blue) = 172+251+168=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 251 (98.44% from 255 or 42.47% from 591); Blue value is 168 (66.02% from 255 or 28.43% from 591); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFBA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFBA8 is #530457. Grayscale: #DADADA. Windows color (decimal): -5440600 or 11074476. OLE color: 11074476.
HSL color Cylindrical-coordinate representation of color #ACFBA8: hue angle of 117.11º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACFBA8 is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 251 | 168 | - |
| CMYK | 0.31 | 0 | 0.33 | 0.02 |
| HSL | 117.11º | 0.91% | 0.82% | - |
| HSV(B) | 117.11º | 0.33% | 0.98% | - |
| XYZ | 58.58 | 80.59 | 49.51 | - |
| YUV | 217.92 | 99.83 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 251 | 168 | 0.31 | 0 | 0.33 | 0.02 | 117.11 | 0.91 | 0.82 |
| Hex | AC | FB | A8 | 1F | 0 | 21 | 2 | 75 | 5B | 52 |
| Octal | 254 | 373 | 250 | 37 | 0 | 41 | 2 | 165 | 133 | 122 |
| Binary | 10101100 | 11111011 | 10101000 | 11111 | 0 | 100001 | 10 | 1110101 | 1011011 | 1010010 |
Color Harmonies of #ACFBA8
Complementary color
Monochromatic Colors of #ACFBA8
Black with #ACFBA8
Text Example
Text Example
White with #ACFBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFBA8; }
p { color: rgb(172,251,168); }
H1.HeaderClassName
{
color: #ACFBA8;
}
.AnyTagClassName
{
color: #ACFBA8;
}
</style>
background-color css
<style>
a { background-color: #ACFBA8; }
a { background-color: rgb(172,251,168); }
div.DivClassName
{
background-color: #ACFBA8;
}
.BgClassName
{
background-color: #ACFBA8;
}
</style>
border-color css
<style>
span { border-color: #ACFBA8; }
span { border-color: rgb(172,251,168); }
td.TdClassName
{
border-color: #ACFBA8;
}
.TagClassName
{
border-color: #ACFBA8;
}
</style>