Shades of Pale Green #ABFBA6
Tints of Pale Green #ABFBA6
RGB
CMYK
RGB Variations
Color information
#ABFBA6 (or 0xABFBA6) is known color: Pale Green. HEX triplet: AB, FB and A6. RGB value is (171,251,166). Sum of RGB (Red+Green+Blue) = 171+251+166=588 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.08% from 588); Green value is 251 (98.44% from 255 or 42.69% from 588); Blue value is 166 (65.23% from 255 or 28.23% from 588); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFBA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFBA6 is #540459. Grayscale: #D9D9D9. Windows color (decimal): -5506138 or 10943403. OLE color: 10943403.
HSL color Cylindrical-coordinate representation of color #ABFBA6: hue angle of 116.47º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ABFBA6 is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 251 | 166 | - |
| CMYK | 0.32 | 0 | 0.34 | 0.02 |
| HSL | 116.47º | 0.91% | 0.82% | - |
| HSV(B) | 116.47º | 0.34% | 0.98% | - |
| XYZ | 58.17 | 80.41 | 48.53 | - |
| YUV | 217.39 | 99 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 251 | 166 | 0.32 | 0 | 0.34 | 0.02 | 116.47 | 0.91 | 0.82 |
| Hex | AB | FB | A6 | 20 | 0 | 22 | 2 | 74 | 5B | 52 |
| Octal | 253 | 373 | 246 | 40 | 0 | 42 | 2 | 164 | 133 | 122 |
| Binary | 10101011 | 11111011 | 10100110 | 100000 | 0 | 100010 | 10 | 1110100 | 1011011 | 1010010 |
Color Harmonies of #ABFBA6
Complementary color
Monochromatic Colors of #ABFBA6
Black with #ABFBA6
Text Example
Text Example
White with #ABFBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFBA6; }
p { color: rgb(171,251,166); }
H1.HeaderClassName
{
color: #ABFBA6;
}
.AnyTagClassName
{
color: #ABFBA6;
}
</style>
background-color css
<style>
a { background-color: #ABFBA6; }
a { background-color: rgb(171,251,166); }
div.DivClassName
{
background-color: #ABFBA6;
}
.BgClassName
{
background-color: #ABFBA6;
}
</style>
border-color css
<style>
span { border-color: #ABFBA6; }
span { border-color: rgb(171,251,166); }
td.TdClassName
{
border-color: #ABFBA6;
}
.TagClassName
{
border-color: #ABFBA6;
}
</style>