Shades of Celadon #ADF0AB
Tints of Celadon #ADF0AB
RGB
CMYK
RGB Variations
Color information
#ADF0AB (or 0xADF0AB) is known color: Celadon. HEX triplet: AD, F0 and AB. RGB value is (173,240,171). Sum of RGB (Red+Green+Blue) = 173+240+171=584 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.62% from 584); Green value is 240 (94.14% from 255 or 41.10% from 584); Blue value is 171 (67.19% from 255 or 29.28% from 584); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF0AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF0AB is #520F54. Grayscale: #D4D4D4. Windows color (decimal): -5377877 or 11268269. OLE color: 11268269.
HSL color Cylindrical-coordinate representation of color #ADF0AB: hue angle of 118.26º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF0AB is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 240 | 171 | - |
| CMYK | 0.28 | 0 | 0.29 | 0.06 |
| HSL | 118.26º | 0.7% | 0.81% | - |
| HSV(B) | 118.26º | 0.29% | 0.94% | - |
| XYZ | 55.74 | 74.14 | 49.9 | - |
| YUV | 212.1 | 104.8 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 240 | 171 | 0.28 | 0 | 0.29 | 0.06 | 118.26 | 0.7 | 0.81 |
| Hex | AD | F0 | AB | 1C | 0 | 1D | 6 | 76 | 46 | 51 |
| Octal | 255 | 360 | 253 | 34 | 0 | 35 | 6 | 166 | 106 | 121 |
| Binary | 10101101 | 11110000 | 10101011 | 11100 | 0 | 11101 | 110 | 1110110 | 1000110 | 1010001 |
Color Harmonies of #ADF0AB
Complementary color
Monochromatic Colors of #ADF0AB
Black with #ADF0AB
Text Example
Text Example
White with #ADF0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF0AB; }
p { color: rgb(173,240,171); }
H1.HeaderClassName
{
color: #ADF0AB;
}
.AnyTagClassName
{
color: #ADF0AB;
}
</style>
background-color css
<style>
a { background-color: #ADF0AB; }
a { background-color: rgb(173,240,171); }
div.DivClassName
{
background-color: #ADF0AB;
}
.BgClassName
{
background-color: #ADF0AB;
}
</style>
border-color css
<style>
span { border-color: #ADF0AB; }
span { border-color: rgb(173,240,171); }
td.TdClassName
{
border-color: #ADF0AB;
}
.TagClassName
{
border-color: #ADF0AB;
}
</style>