Shades of Celadon #A5E4B1
Tints of Celadon #A5E4B1
RGB
CMYK
RGB Variations
Color information
#A5E4B1 (or 0xA5E4B1) is known color: Celadon. HEX triplet: A5, E4 and B1. RGB value is (165,228,177). Sum of RGB (Red+Green+Blue) = 165+228+177=570 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.95% from 570); Green value is 228 (89.45% from 255 or 40% from 570); Blue value is 177 (69.53% from 255 or 31.05% from 570); Max value from RGB is 228 - color contains mainly: green. Hex color #A5E4B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E4B1 is #5A1B4E. Grayscale: #CBCBCB. Windows color (decimal): -5905231 or 11658405. OLE color: 11658405.
HSL color Cylindrical-coordinate representation of color #A5E4B1: hue angle of 131.43º 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 #A5E4B1 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 228 | 177 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.11 |
| HSL | 131.43º | 0.54% | 0.77% | - |
| HSV(B) | 131.43º | 0.28% | 0.89% | - |
| XYZ | 51.2 | 66.66 | 51.76 | - |
| YUV | 203.35 | 113.13 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 228 | 177 | 0.28 | 0 | 0.22 | 0.11 | 131.43 | 0.54 | 0.77 |
| Hex | A5 | E4 | B1 | 1C | 0 | 16 | B | 83 | 36 | 4D |
| Octal | 245 | 344 | 261 | 34 | 0 | 26 | 13 | 203 | 66 | 115 |
| Binary | 10100101 | 11100100 | 10110001 | 11100 | 0 | 10110 | 1011 | 10000011 | 110110 | 1001101 |
Color Harmonies of #A5E4B1
Complementary color
Monochromatic Colors of #A5E4B1
Black with #A5E4B1
Text Example
Text Example
White with #A5E4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E4B1; }
p { color: rgb(165,228,177); }
H1.HeaderClassName
{
color: #A5E4B1;
}
.AnyTagClassName
{
color: #A5E4B1;
}
</style>
background-color css
<style>
a { background-color: #A5E4B1; }
a { background-color: rgb(165,228,177); }
div.DivClassName
{
background-color: #A5E4B1;
}
.BgClassName
{
background-color: #A5E4B1;
}
</style>
border-color css
<style>
span { border-color: #A5E4B1; }
span { border-color: rgb(165,228,177); }
td.TdClassName
{
border-color: #A5E4B1;
}
.TagClassName
{
border-color: #A5E4B1;
}
</style>