Shades of Celadon #A5EBA7
Tints of Celadon #A5EBA7
RGB
CMYK
RGB Variations
Color information
#A5EBA7 (or 0xA5EBA7) is known color: Celadon. HEX triplet: A5, EB and A7. RGB value is (165,235,167). Sum of RGB (Red+Green+Blue) = 165+235+167=567 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.10% from 567); Green value is 235 (92.19% from 255 or 41.45% from 567); Blue value is 167 (65.62% from 255 or 29.45% from 567); Max value from RGB is 235 - color contains mainly: green. Hex color #A5EBA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5EBA7 is #5A1458. Grayscale: #CECECE. Windows color (decimal): -5903449 or 11004837. OLE color: 11004837.
HSL color Cylindrical-coordinate representation of color #A5EBA7: hue angle of 121.71º 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 #A5EBA7 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 235 | 167 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.08 |
| HSL | 121.71º | 0.64% | 0.78% | - |
| HSV(B) | 121.71º | 0.3% | 0.92% | - |
| XYZ | 52.2 | 70.21 | 47.36 | - |
| YUV | 206.32 | 105.81 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 235 | 167 | 0.30 | 0 | 0.29 | 0.08 | 121.71 | 0.64 | 0.78 |
| Hex | A5 | EB | A7 | 1E | 0 | 1D | 8 | 7A | 40 | 4E |
| Octal | 245 | 353 | 247 | 36 | 0 | 35 | 10 | 172 | 100 | 116 |
| Binary | 10100101 | 11101011 | 10100111 | 11110 | 0 | 11101 | 1000 | 1111010 | 1000000 | 1001110 |
Color Harmonies of #A5EBA7
Complementary color
Monochromatic Colors of #A5EBA7
Black with #A5EBA7
Text Example
Text Example
White with #A5EBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EBA7; }
p { color: rgb(165,235,167); }
H1.HeaderClassName
{
color: #A5EBA7;
}
.AnyTagClassName
{
color: #A5EBA7;
}
</style>
background-color css
<style>
a { background-color: #A5EBA7; }
a { background-color: rgb(165,235,167); }
div.DivClassName
{
background-color: #A5EBA7;
}
.BgClassName
{
background-color: #A5EBA7;
}
</style>
border-color css
<style>
span { border-color: #A5EBA7; }
span { border-color: rgb(165,235,167); }
td.TdClassName
{
border-color: #A5EBA7;
}
.TagClassName
{
border-color: #A5EBA7;
}
</style>