Shades of Celadon #A4ECA7
Tints of Celadon #A4ECA7
RGB
CMYK
RGB Variations
Color information
#A4ECA7 (or 0xA4ECA7) is known color: Celadon. HEX triplet: A4, EC and A7. RGB value is (164,236,167). Sum of RGB (Red+Green+Blue) = 164+236+167=567 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.92% from 567); Green value is 236 (92.58% from 255 or 41.62% from 567); Blue value is 167 (65.62% from 255 or 29.45% from 567); Max value from RGB is 236 - color contains mainly: green. Hex color #A4ECA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4ECA7 is #5B1358. Grayscale: #CECECE. Windows color (decimal): -5968729 or 11005092. OLE color: 11005092.
HSL color Cylindrical-coordinate representation of color #A4ECA7: hue angle of 122.5º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4ECA7 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 236 | 167 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.07 |
| HSL | 122.5º | 0.65% | 0.78% | - |
| HSV(B) | 122.5º | 0.31% | 0.93% | - |
| XYZ | 52.28 | 70.67 | 47.45 | - |
| YUV | 206.61 | 105.65 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 236 | 167 | 0.31 | 0 | 0.29 | 0.07 | 122.5 | 0.65 | 0.78 |
| Hex | A4 | EC | A7 | 1F | 0 | 1D | 7 | 7B | 41 | 4E |
| Octal | 244 | 354 | 247 | 37 | 0 | 35 | 7 | 173 | 101 | 116 |
| Binary | 10100100 | 11101100 | 10100111 | 11111 | 0 | 11101 | 111 | 1111011 | 1000001 | 1001110 |
Color Harmonies of #A4ECA7
Complementary color
Monochromatic Colors of #A4ECA7
Black with #A4ECA7
Text Example
Text Example
White with #A4ECA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4ECA7; }
p { color: rgb(164,236,167); }
H1.HeaderClassName
{
color: #A4ECA7;
}
.AnyTagClassName
{
color: #A4ECA7;
}
</style>
background-color css
<style>
a { background-color: #A4ECA7; }
a { background-color: rgb(164,236,167); }
div.DivClassName
{
background-color: #A4ECA7;
}
.BgClassName
{
background-color: #A4ECA7;
}
</style>
border-color css
<style>
span { border-color: #A4ECA7; }
span { border-color: rgb(164,236,167); }
td.TdClassName
{
border-color: #A4ECA7;
}
.TagClassName
{
border-color: #A4ECA7;
}
</style>