Shades of Celadon #ABE1AD
Tints of Celadon #ABE1AD
RGB
CMYK
RGB Variations
Color information
#ABE1AD (or 0xABE1AD) is known color: Celadon. HEX triplet: AB, E1 and AD. RGB value is (171,225,173). Sum of RGB (Red+Green+Blue) = 171+225+173=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 225 (88.28% from 255 or 39.54% from 569); Blue value is 173 (67.97% from 255 or 30.40% from 569); Max value from RGB is 225 - color contains mainly: green. Hex color #ABE1AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABE1AD is #541E52. Grayscale: #CBCBCB. Windows color (decimal): -5512787 or 11395499. OLE color: 11395499.
HSL color Cylindrical-coordinate representation of color #ABE1AD: hue angle of 122.22º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABE1AD is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 225 | 173 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.12 |
| HSL | 122.22º | 0.47% | 0.78% | - |
| HSV(B) | 122.22º | 0.24% | 0.88% | - |
| XYZ | 51.26 | 65.53 | 49.48 | - |
| YUV | 202.93 | 111.11 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 225 | 173 | 0.24 | 0 | 0.23 | 0.12 | 122.22 | 0.47 | 0.78 |
| Hex | AB | E1 | AD | 18 | 0 | 17 | C | 7A | 2F | 4E |
| Octal | 253 | 341 | 255 | 30 | 0 | 27 | 14 | 172 | 57 | 116 |
| Binary | 10101011 | 11100001 | 10101101 | 11000 | 0 | 10111 | 1100 | 1111010 | 101111 | 1001110 |
Color Harmonies of #ABE1AD
Complementary color
Monochromatic Colors of #ABE1AD
Black with #ABE1AD
Text Example
Text Example
White with #ABE1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE1AD; }
p { color: rgb(171,225,173); }
H1.HeaderClassName
{
color: #ABE1AD;
}
.AnyTagClassName
{
color: #ABE1AD;
}
</style>
background-color css
<style>
a { background-color: #ABE1AD; }
a { background-color: rgb(171,225,173); }
div.DivClassName
{
background-color: #ABE1AD;
}
.BgClassName
{
background-color: #ABE1AD;
}
</style>
border-color css
<style>
span { border-color: #ABE1AD; }
span { border-color: rgb(171,225,173); }
td.TdClassName
{
border-color: #ABE1AD;
}
.TagClassName
{
border-color: #ABE1AD;
}
</style>