Shades of Celadon #A4EBA5
Tints of Celadon #A4EBA5
RGB
CMYK
RGB Variations
Color information
#A4EBA5 (or 0xA4EBA5) is known color: Celadon. HEX triplet: A4, EB and A5. RGB value is (164,235,165). Sum of RGB (Red+Green+Blue) = 164+235+165=564 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.08% from 564); Green value is 235 (92.19% from 255 or 41.67% from 564); Blue value is 165 (64.84% from 255 or 29.26% from 564); Max value from RGB is 235 - color contains mainly: green. Hex color #A4EBA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4EBA5 is #5B145A. Grayscale: #CECECE. Windows color (decimal): -5968987 or 10873764. OLE color: 10873764.
HSL color Cylindrical-coordinate representation of color #A4EBA5: hue angle of 120.85º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4EBA5 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 235 | 165 | - |
| CMYK | 0.30 | 0 | 0.30 | 0.08 |
| HSL | 120.85º | 0.64% | 0.78% | - |
| HSV(B) | 120.85º | 0.3% | 0.92% | - |
| XYZ | 51.81 | 70.03 | 46.38 | - |
| YUV | 205.79 | 104.98 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 235 | 165 | 0.30 | 0 | 0.30 | 0.08 | 120.85 | 0.64 | 0.78 |
| Hex | A4 | EB | A5 | 1E | 0 | 1E | 8 | 79 | 40 | 4E |
| Octal | 244 | 353 | 245 | 36 | 0 | 36 | 10 | 171 | 100 | 116 |
| Binary | 10100100 | 11101011 | 10100101 | 11110 | 0 | 11110 | 1000 | 1111001 | 1000000 | 1001110 |
Color Harmonies of #A4EBA5
Complementary color
Monochromatic Colors of #A4EBA5
Black with #A4EBA5
Text Example
Text Example
White with #A4EBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EBA5; }
p { color: rgb(164,235,165); }
H1.HeaderClassName
{
color: #A4EBA5;
}
.AnyTagClassName
{
color: #A4EBA5;
}
</style>
background-color css
<style>
a { background-color: #A4EBA5; }
a { background-color: rgb(164,235,165); }
div.DivClassName
{
background-color: #A4EBA5;
}
.BgClassName
{
background-color: #A4EBA5;
}
</style>
border-color css
<style>
span { border-color: #A4EBA5; }
span { border-color: rgb(164,235,165); }
td.TdClassName
{
border-color: #A4EBA5;
}
.TagClassName
{
border-color: #A4EBA5;
}
</style>