Shades of Celadon #A5E4AF
Tints of Celadon #A5E4AF
RGB
CMYK
RGB Variations
Color information
#A5E4AF (or 0xA5E4AF) is known color: Celadon. HEX triplet: A5, E4 and AF. RGB value is (165,228,175). Sum of RGB (Red+Green+Blue) = 165+228+175=568 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.05% from 568); Green value is 228 (89.45% from 255 or 40.14% from 568); Blue value is 175 (68.75% from 255 or 30.81% from 568); Max value from RGB is 228 - color contains mainly: green. Hex color #A5E4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E4AF is #5A1B50. Grayscale: #CBCBCB. Windows color (decimal): -5905233 or 11527333. OLE color: 11527333.
HSL color Cylindrical-coordinate representation of color #A5E4AF: hue angle of 129.52º degrees, saturation: 0.54, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5E4AF is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 228 | 175 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.11 |
| HSL | 129.52º | 0.54% | 0.77% | - |
| HSV(B) | 129.52º | 0.28% | 0.89% | - |
| XYZ | 51 | 66.58 | 50.72 | - |
| YUV | 203.12 | 112.13 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 228 | 175 | 0.28 | 0 | 0.23 | 0.11 | 129.52 | 0.54 | 0.77 |
| Hex | A5 | E4 | AF | 1C | 0 | 17 | B | 82 | 36 | 4D |
| Octal | 245 | 344 | 257 | 34 | 0 | 27 | 13 | 202 | 66 | 115 |
| Binary | 10100101 | 11100100 | 10101111 | 11100 | 0 | 10111 | 1011 | 10000010 | 110110 | 1001101 |
Color Harmonies of #A5E4AF
Complementary color
Monochromatic Colors of #A5E4AF
Black with #A5E4AF
Text Example
Text Example
White with #A5E4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E4AF; }
p { color: rgb(165,228,175); }
H1.HeaderClassName
{
color: #A5E4AF;
}
.AnyTagClassName
{
color: #A5E4AF;
}
</style>
background-color css
<style>
a { background-color: #A5E4AF; }
a { background-color: rgb(165,228,175); }
div.DivClassName
{
background-color: #A5E4AF;
}
.BgClassName
{
background-color: #A5E4AF;
}
</style>
border-color css
<style>
span { border-color: #A5E4AF; }
span { border-color: rgb(165,228,175); }
td.TdClassName
{
border-color: #A5E4AF;
}
.TagClassName
{
border-color: #A5E4AF;
}
</style>