Shades of Celadon #ADF2AB
Tints of Celadon #ADF2AB
RGB
CMYK
RGB Variations
Color information
#ADF2AB (or 0xADF2AB) is known color: Celadon. HEX triplet: AD, F2 and AB. RGB value is (173,242,171). Sum of RGB (Red+Green+Blue) = 173+242+171=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 242 (94.92% from 255 or 41.30% from 586); Blue value is 171 (67.19% from 255 or 29.18% from 586); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF2AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF2AB is #520D54. Grayscale: #D5D5D5. Windows color (decimal): -5377365 or 11268781. OLE color: 11268781.
HSL color Cylindrical-coordinate representation of color #ADF2AB: hue angle of 118.31º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF2AB is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 242 | 171 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.05 |
| HSL | 118.31º | 0.73% | 0.81% | - |
| HSV(B) | 118.31º | 0.29% | 0.95% | - |
| XYZ | 56.34 | 75.33 | 50.1 | - |
| YUV | 213.28 | 104.14 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 242 | 171 | 0.29 | 0 | 0.29 | 0.05 | 118.31 | 0.73 | 0.81 |
| Hex | AD | F2 | AB | 1D | 0 | 1D | 5 | 76 | 49 | 51 |
| Octal | 255 | 362 | 253 | 35 | 0 | 35 | 5 | 166 | 111 | 121 |
| Binary | 10101101 | 11110010 | 10101011 | 11101 | 0 | 11101 | 101 | 1110110 | 1001001 | 1010001 |
Color Harmonies of #ADF2AB
Complementary color
Monochromatic Colors of #ADF2AB
Black with #ADF2AB
Text Example
Text Example
White with #ADF2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF2AB; }
p { color: rgb(173,242,171); }
H1.HeaderClassName
{
color: #ADF2AB;
}
.AnyTagClassName
{
color: #ADF2AB;
}
</style>
background-color css
<style>
a { background-color: #ADF2AB; }
a { background-color: rgb(173,242,171); }
div.DivClassName
{
background-color: #ADF2AB;
}
.BgClassName
{
background-color: #ADF2AB;
}
</style>
border-color css
<style>
span { border-color: #ADF2AB; }
span { border-color: rgb(173,242,171); }
td.TdClassName
{
border-color: #ADF2AB;
}
.TagClassName
{
border-color: #ADF2AB;
}
</style>