Shades of Celadon #A5E5A8
Tints of Celadon #A5E5A8
RGB
CMYK
RGB Variations
Color information
#A5E5A8 (or 0xA5E5A8) is known color: Celadon. HEX triplet: A5, E5 and A8. RGB value is (165,229,168). Sum of RGB (Red+Green+Blue) = 165+229+168=562 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.36% from 562); Green value is 229 (89.84% from 255 or 40.75% from 562); Blue value is 168 (66.02% from 255 or 29.89% from 562); Max value from RGB is 229 - color contains mainly: green. Hex color #A5E5A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E5A8 is #5A1A57. Grayscale: #CBCBCB. Windows color (decimal): -5904984 or 11068837. OLE color: 11068837.
HSL color Cylindrical-coordinate representation of color #A5E5A8: hue angle of 122.81º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5E5A8 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 229 | 168 | - |
| CMYK | 0.28 | 0 | 0.27 | 0.10 |
| HSL | 122.81º | 0.55% | 0.77% | - |
| HSV(B) | 122.81º | 0.28% | 0.9% | - |
| XYZ | 50.6 | 66.87 | 47.28 | - |
| YUV | 202.91 | 108.3 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 229 | 168 | 0.28 | 0 | 0.27 | 0.10 | 122.81 | 0.55 | 0.77 |
| Hex | A5 | E5 | A8 | 1C | 0 | 1B | A | 7B | 37 | 4D |
| Octal | 245 | 345 | 250 | 34 | 0 | 33 | 12 | 173 | 67 | 115 |
| Binary | 10100101 | 11100101 | 10101000 | 11100 | 0 | 11011 | 1010 | 1111011 | 110111 | 1001101 |
Color Harmonies of #A5E5A8
Complementary color
Monochromatic Colors of #A5E5A8
Black with #A5E5A8
Text Example
Text Example
White with #A5E5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E5A8; }
p { color: rgb(165,229,168); }
H1.HeaderClassName
{
color: #A5E5A8;
}
.AnyTagClassName
{
color: #A5E5A8;
}
</style>
background-color css
<style>
a { background-color: #A5E5A8; }
a { background-color: rgb(165,229,168); }
div.DivClassName
{
background-color: #A5E5A8;
}
.BgClassName
{
background-color: #A5E5A8;
}
</style>
border-color css
<style>
span { border-color: #A5E5A8; }
span { border-color: rgb(165,229,168); }
td.TdClassName
{
border-color: #A5E5A8;
}
.TagClassName
{
border-color: #A5E5A8;
}
</style>