Shades of Celadon #A5E1AF
Tints of Celadon #A5E1AF
RGB
CMYK
RGB Variations
Color information
#A5E1AF (or 0xA5E1AF) is known color: Celadon. HEX triplet: A5, E1 and AF. RGB value is (165,225,175). Sum of RGB (Red+Green+Blue) = 165+225+175=565 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.20% from 565); Green value is 225 (88.28% from 255 or 39.82% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E1AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E1AF is #5A1E50. Grayscale: #C9C9C9. Windows color (decimal): -5906001 or 11526565. OLE color: 11526565.
HSL color Cylindrical-coordinate representation of color #A5E1AF: hue angle of 130º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5E1AF is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 225 | 175 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.12 |
| HSL | 130º | 0.5% | 0.76% | - |
| HSV(B) | 130º | 0.27% | 0.88% | - |
| XYZ | 50.18 | 64.94 | 50.45 | - |
| YUV | 201.36 | 113.12 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 225 | 175 | 0.27 | 0 | 0.22 | 0.12 | 130 | 0.5 | 0.76 |
| Hex | A5 | E1 | AF | 1B | 0 | 16 | C | 82 | 32 | 4C |
| Octal | 245 | 341 | 257 | 33 | 0 | 26 | 14 | 202 | 62 | 114 |
| Binary | 10100101 | 11100001 | 10101111 | 11011 | 0 | 10110 | 1100 | 10000010 | 110010 | 1001100 |
Color Harmonies of #A5E1AF
Complementary color
Monochromatic Colors of #A5E1AF
Black with #A5E1AF
Text Example
Text Example
White with #A5E1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E1AF; }
p { color: rgb(165,225,175); }
H1.HeaderClassName
{
color: #A5E1AF;
}
.AnyTagClassName
{
color: #A5E1AF;
}
</style>
background-color css
<style>
a { background-color: #A5E1AF; }
a { background-color: rgb(165,225,175); }
div.DivClassName
{
background-color: #A5E1AF;
}
.BgClassName
{
background-color: #A5E1AF;
}
</style>
border-color css
<style>
span { border-color: #A5E1AF; }
span { border-color: rgb(165,225,175); }
td.TdClassName
{
border-color: #A5E1AF;
}
.TagClassName
{
border-color: #A5E1AF;
}
</style>