Shades of Pale Green #ABFDAB
Tints of Pale Green #ABFDAB
RGB
CMYK
RGB Variations
Color information
#ABFDAB (or 0xABFDAB) is known color: Pale Green. HEX triplet: AB, FD and AB. RGB value is (171,253,171). Sum of RGB (Red+Green+Blue) = 171+253+171=595 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.74% from 595); Green value is 253 (99.22% from 255 or 42.52% from 595); Blue value is 171 (67.19% from 255 or 28.74% from 595); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFDAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFDAB is #540254. Grayscale: #DBDBDB. Windows color (decimal): -5505621 or 11271595. OLE color: 11271595.
HSL color Cylindrical-coordinate representation of color #ABFDAB: hue angle of 120º 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 #ABFDAB is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
RGB | 171 | 253 | 171 | - |
CMYK | 0.32 | 0 | 0.32 | 0.01 |
HSL | 120º | 0.95% | 0.83% | - |
HSV(B) | 120º | 0.32% | 0.99% | - |
XYZ | 59.27 | 81.85 | 51.2 | - |
YUV | 219.13 | 100.83 | 93.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 253 | 171 | 0.32 | 0 | 0.32 | 0.01 | 120 | 0.95 | 0.83 |
Hex | AB | FD | AB | 20 | 0 | 20 | 1 | 78 | 5F | 53 |
Octal | 253 | 375 | 253 | 40 | 0 | 40 | 1 | 170 | 137 | 123 |
Binary | 10101011 | 11111101 | 10101011 | 100000 | 0 | 100000 | 1 | 1111000 | 1011111 | 1010011 |
Color Harmonies of #ABFDAB
Complementary color
Monochromatic Colors of #ABFDAB
Black with #ABFDAB
Text Example
Text Example
White with #ABFDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFDAB; }
p { color: rgb(171,253,171); }
H1.HeaderClassName
{
color: #ABFDAB;
}
.AnyTagClassName
{
color: #ABFDAB;
}
</style>
background-color css
<style>
a { background-color: #ABFDAB; }
a { background-color: rgb(171,253,171); }
div.DivClassName
{
background-color: #ABFDAB;
}
.BgClassName
{
background-color: #ABFDAB;
}
</style>
border-color css
<style>
span { border-color: #ABFDAB; }
span { border-color: rgb(171,253,171); }
td.TdClassName
{
border-color: #ABFDAB;
}
.TagClassName
{
border-color: #ABFDAB;
}
</style>