Shades of Celadon #A5EBA6
Tints of Celadon #A5EBA6
RGB
CMYK
RGB Variations
Color information
#A5EBA6 (or 0xA5EBA6) is known color: Celadon. HEX triplet: A5, EB and A6. RGB value is (165,235,166). Sum of RGB (Red+Green+Blue) = 165+235+166=566 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.15% from 566); Green value is 235 (92.19% from 255 or 41.52% from 566); Blue value is 166 (65.23% from 255 or 29.33% from 566); Max value from RGB is 235 - color contains mainly: green. Hex color #A5EBA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5EBA6 is #5A1459. Grayscale: #CECECE. Windows color (decimal): -5903450 or 10939301. OLE color: 10939301.
HSL color Cylindrical-coordinate representation of color #A5EBA6: hue angle of 120.86º 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 #A5EBA6 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 235 | 166 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.08 |
| HSL | 120.86º | 0.64% | 0.78% | - |
| HSV(B) | 120.86º | 0.3% | 0.92% | - |
| XYZ | 52.11 | 70.17 | 46.87 | - |
| YUV | 206.2 | 105.31 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 235 | 166 | 0.30 | 0 | 0.29 | 0.08 | 120.86 | 0.64 | 0.78 |
| Hex | A5 | EB | A6 | 1E | 0 | 1D | 8 | 79 | 40 | 4E |
| Octal | 245 | 353 | 246 | 36 | 0 | 35 | 10 | 171 | 100 | 116 |
| Binary | 10100101 | 11101011 | 10100110 | 11110 | 0 | 11101 | 1000 | 1111001 | 1000000 | 1001110 |
Color Harmonies of #A5EBA6
Complementary color
Monochromatic Colors of #A5EBA6
Black with #A5EBA6
Text Example
Text Example
White with #A5EBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EBA6; }
p { color: rgb(165,235,166); }
H1.HeaderClassName
{
color: #A5EBA6;
}
.AnyTagClassName
{
color: #A5EBA6;
}
</style>
background-color css
<style>
a { background-color: #A5EBA6; }
a { background-color: rgb(165,235,166); }
div.DivClassName
{
background-color: #A5EBA6;
}
.BgClassName
{
background-color: #A5EBA6;
}
</style>
border-color css
<style>
span { border-color: #A5EBA6; }
span { border-color: rgb(165,235,166); }
td.TdClassName
{
border-color: #A5EBA6;
}
.TagClassName
{
border-color: #A5EBA6;
}
</style>