Shades of Celadon #A5E3A9
Tints of Celadon #A5E3A9
RGB
CMYK
RGB Variations
Color information
#A5E3A9 (or 0xA5E3A9) is known color: Celadon. HEX triplet: A5, E3 and A9. RGB value is (165,227,169). Sum of RGB (Red+Green+Blue) = 165+227+169=561 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.41% from 561); Green value is 227 (89.06% from 255 or 40.46% from 561); Blue value is 169 (66.41% from 255 or 30.12% from 561); Max value from RGB is 227 - color contains mainly: green. Hex color #A5E3A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E3A9 is #5A1C56. Grayscale: #CACACA. Windows color (decimal): -5905495 or 11133861. OLE color: 11133861.
HSL color Cylindrical-coordinate representation of color #A5E3A9: hue angle of 123.87º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5E3A9 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 227 | 169 | - |
| CMYK | 0.27 | 0 | 0.26 | 0.11 |
| HSL | 123.87º | 0.53% | 0.77% | - |
| HSV(B) | 123.87º | 0.27% | 0.89% | - |
| XYZ | 50.15 | 65.8 | 47.59 | - |
| YUV | 201.85 | 109.46 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 227 | 169 | 0.27 | 0 | 0.26 | 0.11 | 123.87 | 0.53 | 0.77 |
| Hex | A5 | E3 | A9 | 1B | 0 | 1A | B | 7C | 35 | 4D |
| Octal | 245 | 343 | 251 | 33 | 0 | 32 | 13 | 174 | 65 | 115 |
| Binary | 10100101 | 11100011 | 10101001 | 11011 | 0 | 11010 | 1011 | 1111100 | 110101 | 1001101 |
Color Harmonies of #A5E3A9
Complementary color
Monochromatic Colors of #A5E3A9
Black with #A5E3A9
Text Example
Text Example
White with #A5E3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E3A9; }
p { color: rgb(165,227,169); }
H1.HeaderClassName
{
color: #A5E3A9;
}
.AnyTagClassName
{
color: #A5E3A9;
}
</style>
background-color css
<style>
a { background-color: #A5E3A9; }
a { background-color: rgb(165,227,169); }
div.DivClassName
{
background-color: #A5E3A9;
}
.BgClassName
{
background-color: #A5E3A9;
}
</style>
border-color css
<style>
span { border-color: #A5E3A9; }
span { border-color: rgb(165,227,169); }
td.TdClassName
{
border-color: #A5E3A9;
}
.TagClassName
{
border-color: #A5E3A9;
}
</style>