Shades of Celadon #A5ECAA
Tints of Celadon #A5ECAA
RGB
CMYK
RGB Variations
Color information
#A5ECAA (or 0xA5ECAA) is known color: Celadon. HEX triplet: A5, EC and AA. RGB value is (165,236,170). Sum of RGB (Red+Green+Blue) = 165+236+170=571 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.90% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 170 (66.80% from 255 or 29.77% from 571); Max value from RGB is 236 - color contains mainly: green. Hex color #A5ECAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5ECAA is #5A1355. Grayscale: #CFCFCF. Windows color (decimal): -5903190 or 11201701. OLE color: 11201701.
HSL color Cylindrical-coordinate representation of color #A5ECAA: hue angle of 124.23º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5ECAA is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 236 | 170 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.07 |
| HSL | 124.23º | 0.65% | 0.79% | - |
| HSV(B) | 124.23º | 0.3% | 0.93% | - |
| XYZ | 52.77 | 70.89 | 48.93 | - |
| YUV | 207.25 | 106.98 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 236 | 170 | 0.30 | 0 | 0.28 | 0.07 | 124.23 | 0.65 | 0.79 |
| Hex | A5 | EC | AA | 1E | 0 | 1C | 7 | 7C | 41 | 4F |
| Octal | 245 | 354 | 252 | 36 | 0 | 34 | 7 | 174 | 101 | 117 |
| Binary | 10100101 | 11101100 | 10101010 | 11110 | 0 | 11100 | 111 | 1111100 | 1000001 | 1001111 |
Color Harmonies of #A5ECAA
Complementary color
Monochromatic Colors of #A5ECAA
Black with #A5ECAA
Text Example
Text Example
White with #A5ECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ECAA; }
p { color: rgb(165,236,170); }
H1.HeaderClassName
{
color: #A5ECAA;
}
.AnyTagClassName
{
color: #A5ECAA;
}
</style>
background-color css
<style>
a { background-color: #A5ECAA; }
a { background-color: rgb(165,236,170); }
div.DivClassName
{
background-color: #A5ECAA;
}
.BgClassName
{
background-color: #A5ECAA;
}
</style>
border-color css
<style>
span { border-color: #A5ECAA; }
span { border-color: rgb(165,236,170); }
td.TdClassName
{
border-color: #A5ECAA;
}
.TagClassName
{
border-color: #A5ECAA;
}
</style>