Shades of Pale Green #ABFDA6
Tints of Pale Green #ABFDA6
RGB
CMYK
RGB Variations
Color information
#ABFDA6 (or 0xABFDA6) is known color: Pale Green. HEX triplet: AB, FD and A6. RGB value is (171,253,166). Sum of RGB (Red+Green+Blue) = 171+253+166=590 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.98% from 590); Green value is 253 (99.22% from 255 or 42.88% from 590); Blue value is 166 (65.23% from 255 or 28.14% from 590); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFDA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFDA6 is #540259. Grayscale: #DADADA. Windows color (decimal): -5505626 or 10943915. OLE color: 10943915.
HSL color Cylindrical-coordinate representation of color #ABFDA6: hue angle of 116.55º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ABFDA6 is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 253 | 166 | - |
| CMYK | 0.32 | 0 | 0.34 | 0.01 |
| HSL | 116.55º | 0.96% | 0.82% | - |
| HSV(B) | 116.55º | 0.34% | 0.99% | - |
| XYZ | 58.8 | 81.66 | 48.74 | - |
| YUV | 218.56 | 98.33 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 253 | 166 | 0.32 | 0 | 0.34 | 0.01 | 116.55 | 0.96 | 0.82 |
| Hex | AB | FD | A6 | 20 | 0 | 22 | 1 | 75 | 60 | 52 |
| Octal | 253 | 375 | 246 | 40 | 0 | 42 | 1 | 165 | 140 | 122 |
| Binary | 10101011 | 11111101 | 10100110 | 100000 | 0 | 100010 | 1 | 1110101 | 1100000 | 1010010 |
Color Harmonies of #ABFDA6
Complementary color
Monochromatic Colors of #ABFDA6
Black with #ABFDA6
Text Example
Text Example
White with #ABFDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFDA6; }
p { color: rgb(171,253,166); }
H1.HeaderClassName
{
color: #ABFDA6;
}
.AnyTagClassName
{
color: #ABFDA6;
}
</style>
background-color css
<style>
a { background-color: #ABFDA6; }
a { background-color: rgb(171,253,166); }
div.DivClassName
{
background-color: #ABFDA6;
}
.BgClassName
{
background-color: #ABFDA6;
}
</style>
border-color css
<style>
span { border-color: #ABFDA6; }
span { border-color: rgb(171,253,166); }
td.TdClassName
{
border-color: #ABFDA6;
}
.TagClassName
{
border-color: #ABFDA6;
}
</style>