Shades of Celadon #A9E1AE
Tints of Celadon #A9E1AE
RGB
CMYK
RGB Variations
Color information
#A9E1AE (or 0xA9E1AE) is known color: Celadon. HEX triplet: A9, E1 and AE. RGB value is (169,225,174). Sum of RGB (Red+Green+Blue) = 169+225+174=568 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.75% from 568); Green value is 225 (88.28% from 255 or 39.61% from 568); Blue value is 174 (68.36% from 255 or 30.63% from 568); Max value from RGB is 225 - color contains mainly: green. Hex color #A9E1AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9E1AE is #561E51. Grayscale: #CACACA. Windows color (decimal): -5643858 or 11461033. OLE color: 11461033.
HSL color Cylindrical-coordinate representation of color #A9E1AE: hue angle of 125.36º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A9E1AE is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 169 | 225 | 174 | - |
| CMYK | 0.25 | 0 | 0.23 | 0.12 |
| HSL | 125.36º | 0.48% | 0.77% | - |
| HSV(B) | 125.36º | 0.25% | 0.88% | - |
| XYZ | 50.93 | 65.34 | 49.97 | - |
| YUV | 202.44 | 111.95 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 225 | 174 | 0.25 | 0 | 0.23 | 0.12 | 125.36 | 0.48 | 0.77 |
| Hex | A9 | E1 | AE | 19 | 0 | 17 | C | 7D | 30 | 4D |
| Octal | 251 | 341 | 256 | 31 | 0 | 27 | 14 | 175 | 60 | 115 |
| Binary | 10101001 | 11100001 | 10101110 | 11001 | 0 | 10111 | 1100 | 1111101 | 110000 | 1001101 |
Color Harmonies of #A9E1AE
Complementary color
Monochromatic Colors of #A9E1AE
Black with #A9E1AE
Text Example
Text Example
White with #A9E1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E1AE; }
p { color: rgb(169,225,174); }
H1.HeaderClassName
{
color: #A9E1AE;
}
.AnyTagClassName
{
color: #A9E1AE;
}
</style>
background-color css
<style>
a { background-color: #A9E1AE; }
a { background-color: rgb(169,225,174); }
div.DivClassName
{
background-color: #A9E1AE;
}
.BgClassName
{
background-color: #A9E1AE;
}
</style>
border-color css
<style>
span { border-color: #A9E1AE; }
span { border-color: rgb(169,225,174); }
td.TdClassName
{
border-color: #A9E1AE;
}
.TagClassName
{
border-color: #A9E1AE;
}
</style>