Shades of Celadon #A8E5AA
Tints of Celadon #A8E5AA
RGB
CMYK
RGB Variations
Color information
#A8E5AA (or 0xA8E5AA) is known color: Celadon. HEX triplet: A8, E5 and AA. RGB value is (168,229,170). Sum of RGB (Red+Green+Blue) = 168+229+170=567 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.63% from 567); Green value is 229 (89.84% from 255 or 40.39% from 567); Blue value is 170 (66.80% from 255 or 29.98% from 567); Max value from RGB is 229 - color contains mainly: green. Hex color #A8E5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8E5AA is #571A55. Grayscale: #CCCCCC. Windows color (decimal): -5708374 or 11199912. OLE color: 11199912.
HSL color Cylindrical-coordinate representation of color #A8E5AA: hue angle of 121.97º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8E5AA is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 229 | 170 | - |
| CMYK | 0.27 | 0 | 0.26 | 0.10 |
| HSL | 121.97º | 0.54% | 0.78% | - |
| HSV(B) | 121.97º | 0.27% | 0.9% | - |
| XYZ | 51.42 | 67.27 | 48.3 | - |
| YUV | 204.04 | 108.79 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 229 | 170 | 0.27 | 0 | 0.26 | 0.10 | 121.97 | 0.54 | 0.78 |
| Hex | A8 | E5 | AA | 1B | 0 | 1A | A | 7A | 36 | 4E |
| Octal | 250 | 345 | 252 | 33 | 0 | 32 | 12 | 172 | 66 | 116 |
| Binary | 10101000 | 11100101 | 10101010 | 11011 | 0 | 11010 | 1010 | 1111010 | 110110 | 1001110 |
Color Harmonies of #A8E5AA
Complementary color
Monochromatic Colors of #A8E5AA
Black with #A8E5AA
Text Example
Text Example
White with #A8E5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E5AA; }
p { color: rgb(168,229,170); }
H1.HeaderClassName
{
color: #A8E5AA;
}
.AnyTagClassName
{
color: #A8E5AA;
}
</style>
background-color css
<style>
a { background-color: #A8E5AA; }
a { background-color: rgb(168,229,170); }
div.DivClassName
{
background-color: #A8E5AA;
}
.BgClassName
{
background-color: #A8E5AA;
}
</style>
border-color css
<style>
span { border-color: #A8E5AA; }
span { border-color: rgb(168,229,170); }
td.TdClassName
{
border-color: #A8E5AA;
}
.TagClassName
{
border-color: #A8E5AA;
}
</style>