Shades of Celadon #A4E6B1
Tints of Celadon #A4E6B1
RGB
CMYK
RGB Variations
Color information
#A4E6B1 (or 0xA4E6B1) is known color: Celadon. HEX triplet: A4, E6 and B1. RGB value is (164,230,177). Sum of RGB (Red+Green+Blue) = 164+230+177=571 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.72% from 571); Green value is 230 (90.23% from 255 or 40.28% from 571); Blue value is 177 (69.53% from 255 or 31.00% from 571); Max value from RGB is 230 - color contains mainly: green. Hex color #A4E6B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4E6B1 is #5B194E. Grayscale: #CCCCCC. Windows color (decimal): -5970255 or 11658916. OLE color: 11658916.
HSL color Cylindrical-coordinate representation of color #A4E6B1: hue angle of 131.82º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4E6B1 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 230 | 177 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.10 |
| HSL | 131.82º | 0.57% | 0.77% | - |
| HSV(B) | 131.82º | 0.29% | 0.9% | - |
| XYZ | 51.54 | 67.66 | 51.94 | - |
| YUV | 204.22 | 112.63 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 230 | 177 | 0.29 | 0 | 0.23 | 0.10 | 131.82 | 0.57 | 0.77 |
| Hex | A4 | E6 | B1 | 1D | 0 | 17 | A | 84 | 39 | 4D |
| Octal | 244 | 346 | 261 | 35 | 0 | 27 | 12 | 204 | 71 | 115 |
| Binary | 10100100 | 11100110 | 10110001 | 11101 | 0 | 10111 | 1010 | 10000100 | 111001 | 1001101 |
Color Harmonies of #A4E6B1
Complementary color
Monochromatic Colors of #A4E6B1
Black with #A4E6B1
Text Example
Text Example
White with #A4E6B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E6B1; }
p { color: rgb(164,230,177); }
H1.HeaderClassName
{
color: #A4E6B1;
}
.AnyTagClassName
{
color: #A4E6B1;
}
</style>
background-color css
<style>
a { background-color: #A4E6B1; }
a { background-color: rgb(164,230,177); }
div.DivClassName
{
background-color: #A4E6B1;
}
.BgClassName
{
background-color: #A4E6B1;
}
</style>
border-color css
<style>
span { border-color: #A4E6B1; }
span { border-color: rgb(164,230,177); }
td.TdClassName
{
border-color: #A4E6B1;
}
.TagClassName
{
border-color: #A4E6B1;
}
</style>