Shades of Celadon #A4E5B1
Tints of Celadon #A4E5B1
RGB
CMYK
RGB Variations
Color information
#A4E5B1 (or 0xA4E5B1) is known color: Celadon. HEX triplet: A4, E5 and B1. RGB value is (164,229,177). Sum of RGB (Red+Green+Blue) = 164+229+177=570 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.77% from 570); Green value is 229 (89.84% from 255 or 40.18% from 570); Blue value is 177 (69.53% from 255 or 31.05% from 570); Max value from RGB is 229 - color contains mainly: green. Hex color #A4E5B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4E5B1 is #5B1A4E. Grayscale: #CBCBCB. Windows color (decimal): -5970511 or 11658660. OLE color: 11658660.
HSL color Cylindrical-coordinate representation of color #A4E5B1: hue angle of 132º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A4E5B1 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 229 | 177 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.10 |
| HSL | 132º | 0.56% | 0.77% | - |
| HSV(B) | 132º | 0.28% | 0.9% | - |
| XYZ | 51.26 | 67.11 | 51.85 | - |
| YUV | 203.64 | 112.97 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 229 | 177 | 0.28 | 0 | 0.23 | 0.10 | 132 | 0.56 | 0.77 |
| Hex | A4 | E5 | B1 | 1C | 0 | 17 | A | 84 | 38 | 4D |
| Octal | 244 | 345 | 261 | 34 | 0 | 27 | 12 | 204 | 70 | 115 |
| Binary | 10100100 | 11100101 | 10110001 | 11100 | 0 | 10111 | 1010 | 10000100 | 111000 | 1001101 |
Color Harmonies of #A4E5B1
Complementary color
Monochromatic Colors of #A4E5B1
Black with #A4E5B1
Text Example
Text Example
White with #A4E5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E5B1; }
p { color: rgb(164,229,177); }
H1.HeaderClassName
{
color: #A4E5B1;
}
.AnyTagClassName
{
color: #A4E5B1;
}
</style>
background-color css
<style>
a { background-color: #A4E5B1; }
a { background-color: rgb(164,229,177); }
div.DivClassName
{
background-color: #A4E5B1;
}
.BgClassName
{
background-color: #A4E5B1;
}
</style>
border-color css
<style>
span { border-color: #A4E5B1; }
span { border-color: rgb(164,229,177); }
td.TdClassName
{
border-color: #A4E5B1;
}
.TagClassName
{
border-color: #A4E5B1;
}
</style>