Shades of Celadon #ABE5AE
Tints of Celadon #ABE5AE
RGB
CMYK
RGB Variations
Color information
#ABE5AE (or 0xABE5AE) is known color: Celadon. HEX triplet: AB, E5 and AE. RGB value is (171,229,174). Sum of RGB (Red+Green+Blue) = 171+229+174=574 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.79% from 574); Green value is 229 (89.84% from 255 or 39.90% from 574); Blue value is 174 (68.36% from 255 or 30.31% from 574); Max value from RGB is 229 - color contains mainly: green. Hex color #ABE5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABE5AE is #541A51. Grayscale: #CDCDCD. Windows color (decimal): -5511762 or 11462059. OLE color: 11462059.
HSL color Cylindrical-coordinate representation of color #ABE5AE: hue angle of 123.1º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABE5AE is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 229 | 174 | - |
| CMYK | 0.25 | 0 | 0.24 | 0.10 |
| HSL | 123.1º | 0.53% | 0.78% | - |
| HSV(B) | 123.1º | 0.25% | 0.9% | - |
| XYZ | 52.45 | 67.75 | 50.36 | - |
| YUV | 205.39 | 110.28 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 229 | 174 | 0.25 | 0 | 0.24 | 0.10 | 123.1 | 0.53 | 0.78 |
| Hex | AB | E5 | AE | 19 | 0 | 18 | A | 7B | 35 | 4E |
| Octal | 253 | 345 | 256 | 31 | 0 | 30 | 12 | 173 | 65 | 116 |
| Binary | 10101011 | 11100101 | 10101110 | 11001 | 0 | 11000 | 1010 | 1111011 | 110101 | 1001110 |
Color Harmonies of #ABE5AE
Complementary color
Monochromatic Colors of #ABE5AE
Black with #ABE5AE
Text Example
Text Example
White with #ABE5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE5AE; }
p { color: rgb(171,229,174); }
H1.HeaderClassName
{
color: #ABE5AE;
}
.AnyTagClassName
{
color: #ABE5AE;
}
</style>
background-color css
<style>
a { background-color: #ABE5AE; }
a { background-color: rgb(171,229,174); }
div.DivClassName
{
background-color: #ABE5AE;
}
.BgClassName
{
background-color: #ABE5AE;
}
</style>
border-color css
<style>
span { border-color: #ABE5AE; }
span { border-color: rgb(171,229,174); }
td.TdClassName
{
border-color: #ABE5AE;
}
.TagClassName
{
border-color: #ABE5AE;
}
</style>