Shades of Celadon #A4EDA5
Tints of Celadon #A4EDA5
RGB
CMYK
RGB Variations
Color information
#A4EDA5 (or 0xA4EDA5) is known color: Celadon. HEX triplet: A4, ED and A5. RGB value is (164,237,165). Sum of RGB (Red+Green+Blue) = 164+237+165=566 (74% of max value = 765). Red value is 164 (64.45% from 255 or 28.98% from 566); Green value is 237 (92.97% from 255 or 41.87% from 566); Blue value is 165 (64.84% from 255 or 29.15% from 566); Max value from RGB is 237 - color contains mainly: green. Hex color #A4EDA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4EDA5 is #5B125A. Grayscale: #CFCFCF. Windows color (decimal): -5968475 or 10874276. OLE color: 10874276.
HSL color Cylindrical-coordinate representation of color #A4EDA5: hue angle of 120.82º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4EDA5 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 237 | 165 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.07 |
| HSL | 120.82º | 0.67% | 0.79% | - |
| HSV(B) | 120.82º | 0.31% | 0.93% | - |
| XYZ | 52.39 | 71.18 | 46.57 | - |
| YUV | 206.97 | 104.32 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 237 | 165 | 0.31 | 0 | 0.30 | 0.07 | 120.82 | 0.67 | 0.79 |
| Hex | A4 | ED | A5 | 1F | 0 | 1E | 7 | 79 | 43 | 4F |
| Octal | 244 | 355 | 245 | 37 | 0 | 36 | 7 | 171 | 103 | 117 |
| Binary | 10100100 | 11101101 | 10100101 | 11111 | 0 | 11110 | 111 | 1111001 | 1000011 | 1001111 |
Color Harmonies of #A4EDA5
Complementary color
Monochromatic Colors of #A4EDA5
Black with #A4EDA5
Text Example
Text Example
White with #A4EDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EDA5; }
p { color: rgb(164,237,165); }
H1.HeaderClassName
{
color: #A4EDA5;
}
.AnyTagClassName
{
color: #A4EDA5;
}
</style>
background-color css
<style>
a { background-color: #A4EDA5; }
a { background-color: rgb(164,237,165); }
div.DivClassName
{
background-color: #A4EDA5;
}
.BgClassName
{
background-color: #A4EDA5;
}
</style>
border-color css
<style>
span { border-color: #A4EDA5; }
span { border-color: rgb(164,237,165); }
td.TdClassName
{
border-color: #A4EDA5;
}
.TagClassName
{
border-color: #A4EDA5;
}
</style>