Shades of Celadon #A5E6AB
Tints of Celadon #A5E6AB
RGB
CMYK
RGB Variations
Color information
#A5E6AB (or 0xA5E6AB) is known color: Celadon. HEX triplet: A5, E6 and AB. RGB value is (165,230,171). Sum of RGB (Red+Green+Blue) = 165+230+171=566 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.15% from 566); Green value is 230 (90.23% from 255 or 40.64% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 230 - color contains mainly: green. Hex color #A5E6AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5E6AB is #5A1954. Grayscale: #CCCCCC. Windows color (decimal): -5904725 or 11265701. OLE color: 11265701.
HSL color Cylindrical-coordinate representation of color #A5E6AB: hue angle of 125.54º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5E6AB is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 230 | 171 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.10 |
| HSL | 125.54º | 0.57% | 0.77% | - |
| HSV(B) | 125.54º | 0.28% | 0.9% | - |
| XYZ | 51.16 | 67.53 | 48.87 | - |
| YUV | 203.84 | 109.47 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 230 | 171 | 0.28 | 0 | 0.26 | 0.10 | 125.54 | 0.57 | 0.77 |
| Hex | A5 | E6 | AB | 1C | 0 | 1A | A | 7E | 39 | 4D |
| Octal | 245 | 346 | 253 | 34 | 0 | 32 | 12 | 176 | 71 | 115 |
| Binary | 10100101 | 11100110 | 10101011 | 11100 | 0 | 11010 | 1010 | 1111110 | 111001 | 1001101 |
Color Harmonies of #A5E6AB
Complementary color
Monochromatic Colors of #A5E6AB
Black with #A5E6AB
Text Example
Text Example
White with #A5E6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E6AB; }
p { color: rgb(165,230,171); }
H1.HeaderClassName
{
color: #A5E6AB;
}
.AnyTagClassName
{
color: #A5E6AB;
}
</style>
background-color css
<style>
a { background-color: #A5E6AB; }
a { background-color: rgb(165,230,171); }
div.DivClassName
{
background-color: #A5E6AB;
}
.BgClassName
{
background-color: #A5E6AB;
}
</style>
border-color css
<style>
span { border-color: #A5E6AB; }
span { border-color: rgb(165,230,171); }
td.TdClassName
{
border-color: #A5E6AB;
}
.TagClassName
{
border-color: #A5E6AB;
}
</style>