Shades of Celadon #A5DBAB
Tints of Celadon #A5DBAB
RGB
CMYK
RGB Variations
Color information
#A5DBAB (or 0xA5DBAB) is known color: Celadon. HEX triplet: A5, DB and AB. RGB value is (165,219,171). Sum of RGB (Red+Green+Blue) = 165+219+171=555 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.73% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 171 (67.19% from 255 or 30.81% from 555); Max value from RGB is 219 - color contains mainly: green. Hex color #A5DBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DBAB is #5A2454. Grayscale: #C5C5C5. Windows color (decimal): -5907541 or 11262885. OLE color: 11262885.
HSL color Cylindrical-coordinate representation of color #A5DBAB: hue angle of 126.67º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5DBAB is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 219 | 171 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.14 |
| HSL | 126.67º | 0.43% | 0.75% | - |
| HSV(B) | 126.67º | 0.25% | 0.86% | - |
| XYZ | 48.2 | 61.6 | 47.88 | - |
| YUV | 197.38 | 113.11 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 219 | 171 | 0.25 | 0 | 0.22 | 0.14 | 126.67 | 0.43 | 0.75 |
| Hex | A5 | DB | AB | 19 | 0 | 16 | E | 7F | 2B | 4B |
| Octal | 245 | 333 | 253 | 31 | 0 | 26 | 16 | 177 | 53 | 113 |
| Binary | 10100101 | 11011011 | 10101011 | 11001 | 0 | 10110 | 1110 | 1111111 | 101011 | 1001011 |
Color Harmonies of #A5DBAB
Complementary color
Monochromatic Colors of #A5DBAB
Black with #A5DBAB
Text Example
Text Example
White with #A5DBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DBAB; }
p { color: rgb(165,219,171); }
H1.HeaderClassName
{
color: #A5DBAB;
}
.AnyTagClassName
{
color: #A5DBAB;
}
</style>
background-color css
<style>
a { background-color: #A5DBAB; }
a { background-color: rgb(165,219,171); }
div.DivClassName
{
background-color: #A5DBAB;
}
.BgClassName
{
background-color: #A5DBAB;
}
</style>
border-color css
<style>
span { border-color: #A5DBAB; }
span { border-color: rgb(165,219,171); }
td.TdClassName
{
border-color: #A5DBAB;
}
.TagClassName
{
border-color: #A5DBAB;
}
</style>