Shades of Pale Green #ABFDAC
Tints of Pale Green #ABFDAC
RGB
CMYK
RGB Variations
Color information
#ABFDAC (or 0xABFDAC) is known color: Pale Green. HEX triplet: AB, FD and AC. RGB value is (171,253,172). Sum of RGB (Red+Green+Blue) = 171+253+172=596 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.69% from 596); Green value is 253 (99.22% from 255 or 42.45% from 596); Blue value is 172 (67.58% from 255 or 28.86% from 596); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFDAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFDAC is #540253. Grayscale: #DBDBDB. Windows color (decimal): -5505620 or 11337131. OLE color: 11337131.
HSL color Cylindrical-coordinate representation of color #ABFDAC: hue angle of 120.73º 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 #ABFDAC is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 253 | 172 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.01 |
| HSL | 120.73º | 0.95% | 0.83% | - |
| HSV(B) | 120.73º | 0.32% | 0.99% | - |
| XYZ | 59.37 | 81.89 | 51.71 | - |
| YUV | 219.25 | 101.33 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 253 | 172 | 0.32 | 0 | 0.32 | 0.01 | 120.73 | 0.95 | 0.83 |
| Hex | AB | FD | AC | 20 | 0 | 20 | 1 | 79 | 5F | 53 |
| Octal | 253 | 375 | 254 | 40 | 0 | 40 | 1 | 171 | 137 | 123 |
| Binary | 10101011 | 11111101 | 10101100 | 100000 | 0 | 100000 | 1 | 1111001 | 1011111 | 1010011 |
Color Harmonies of #ABFDAC
Complementary color
Monochromatic Colors of #ABFDAC
Black with #ABFDAC
Text Example
Text Example
White with #ABFDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFDAC; }
p { color: rgb(171,253,172); }
H1.HeaderClassName
{
color: #ABFDAC;
}
.AnyTagClassName
{
color: #ABFDAC;
}
</style>
background-color css
<style>
a { background-color: #ABFDAC; }
a { background-color: rgb(171,253,172); }
div.DivClassName
{
background-color: #ABFDAC;
}
.BgClassName
{
background-color: #ABFDAC;
}
</style>
border-color css
<style>
span { border-color: #ABFDAC; }
span { border-color: rgb(171,253,172); }
td.TdClassName
{
border-color: #ABFDAC;
}
.TagClassName
{
border-color: #ABFDAC;
}
</style>