Shades of Celadon #A5DDAB
Tints of Celadon #A5DDAB
RGB
CMYK
RGB Variations
Color information
#A5DDAB (or 0xA5DDAB) is known color: Celadon. HEX triplet: A5, DD and AB. RGB value is (165,221,171). Sum of RGB (Red+Green+Blue) = 165+221+171=557 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.62% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 171 (67.19% from 255 or 30.70% from 557); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DDAB is #5A2254. Grayscale: #C6C6C6. Windows color (decimal): -5907029 or 11263397. OLE color: 11263397.
HSL color Cylindrical-coordinate representation of color #A5DDAB: hue angle of 126.43º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5DDAB is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 221 | 171 | - |
| CMYK | 0.25 | 0 | 0.23 | 0.13 |
| HSL | 126.43º | 0.45% | 0.76% | - |
| HSV(B) | 126.43º | 0.25% | 0.87% | - |
| XYZ | 48.72 | 62.65 | 48.05 | - |
| YUV | 198.56 | 112.45 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 221 | 171 | 0.25 | 0 | 0.23 | 0.13 | 126.43 | 0.45 | 0.76 |
| Hex | A5 | DD | AB | 19 | 0 | 17 | D | 7E | 2D | 4C |
| Octal | 245 | 335 | 253 | 31 | 0 | 27 | 15 | 176 | 55 | 114 |
| Binary | 10100101 | 11011101 | 10101011 | 11001 | 0 | 10111 | 1101 | 1111110 | 101101 | 1001100 |
Color Harmonies of #A5DDAB
Complementary color
Monochromatic Colors of #A5DDAB
Black with #A5DDAB
Text Example
Text Example
White with #A5DDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DDAB; }
p { color: rgb(165,221,171); }
H1.HeaderClassName
{
color: #A5DDAB;
}
.AnyTagClassName
{
color: #A5DDAB;
}
</style>
background-color css
<style>
a { background-color: #A5DDAB; }
a { background-color: rgb(165,221,171); }
div.DivClassName
{
background-color: #A5DDAB;
}
.BgClassName
{
background-color: #A5DDAB;
}
</style>
border-color css
<style>
span { border-color: #A5DDAB; }
span { border-color: rgb(165,221,171); }
td.TdClassName
{
border-color: #A5DDAB;
}
.TagClassName
{
border-color: #A5DDAB;
}
</style>