Shades of Celadon #A5E3AF
Tints of Celadon #A5E3AF
RGB
CMYK
RGB Variations
Color information
#A5E3AF (or 0xA5E3AF) is known color: Celadon. HEX triplet: A5, E3 and AF. RGB value is (165,227,175). Sum of RGB (Red+Green+Blue) = 165+227+175=567 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.10% from 567); Green value is 227 (89.06% from 255 or 40.04% from 567); Blue value is 175 (68.75% from 255 or 30.86% from 567); Max value from RGB is 227 - color contains mainly: green. Hex color #A5E3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E3AF is #5A1C50. Grayscale: #CACACA. Windows color (decimal): -5905489 or 11527077. OLE color: 11527077.
HSL color Cylindrical-coordinate representation of color #A5E3AF: hue angle of 129.68º 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 #A5E3AF is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 227 | 175 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.11 |
| HSL | 129.68º | 0.53% | 0.77% | - |
| HSV(B) | 129.68º | 0.27% | 0.89% | - |
| XYZ | 50.72 | 66.03 | 50.63 | - |
| YUV | 202.53 | 112.46 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 227 | 175 | 0.27 | 0 | 0.23 | 0.11 | 129.68 | 0.53 | 0.77 |
| Hex | A5 | E3 | AF | 1B | 0 | 17 | B | 82 | 35 | 4D |
| Octal | 245 | 343 | 257 | 33 | 0 | 27 | 13 | 202 | 65 | 115 |
| Binary | 10100101 | 11100011 | 10101111 | 11011 | 0 | 10111 | 1011 | 10000010 | 110101 | 1001101 |
Color Harmonies of #A5E3AF
Complementary color
Monochromatic Colors of #A5E3AF
Black with #A5E3AF
Text Example
Text Example
White with #A5E3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E3AF; }
p { color: rgb(165,227,175); }
H1.HeaderClassName
{
color: #A5E3AF;
}
.AnyTagClassName
{
color: #A5E3AF;
}
</style>
background-color css
<style>
a { background-color: #A5E3AF; }
a { background-color: rgb(165,227,175); }
div.DivClassName
{
background-color: #A5E3AF;
}
.BgClassName
{
background-color: #A5E3AF;
}
</style>
border-color css
<style>
span { border-color: #A5E3AF; }
span { border-color: rgb(165,227,175); }
td.TdClassName
{
border-color: #A5E3AF;
}
.TagClassName
{
border-color: #A5E3AF;
}
</style>