Shades of Celadon #ADF0AD
Tints of Celadon #ADF0AD
RGB
CMYK
RGB Variations
Color information
#ADF0AD (or 0xADF0AD) is known color: Celadon. HEX triplet: AD, F0 and AD. RGB value is (173,240,173). Sum of RGB (Red+Green+Blue) = 173+240+173=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 240 (94.14% from 255 or 40.96% from 586); Blue value is 173 (67.97% from 255 or 29.52% from 586); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF0AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF0AD is #520F52. Grayscale: #D4D4D4. Windows color (decimal): -5377875 or 11399341. OLE color: 11399341.
HSL color Cylindrical-coordinate representation of color #ADF0AD: hue angle of 120º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADF0AD is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 240 | 173 | - |
| CMYK | 0.28 | 0 | 0.28 | 0.06 |
| HSL | 120º | 0.69% | 0.81% | - |
| HSV(B) | 120º | 0.28% | 0.94% | - |
| XYZ | 55.94 | 74.22 | 50.91 | - |
| YUV | 212.33 | 105.8 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 240 | 173 | 0.28 | 0 | 0.28 | 0.06 | 120 | 0.69 | 0.81 |
| Hex | AD | F0 | AD | 1C | 0 | 1C | 6 | 78 | 45 | 51 |
| Octal | 255 | 360 | 255 | 34 | 0 | 34 | 6 | 170 | 105 | 121 |
| Binary | 10101101 | 11110000 | 10101101 | 11100 | 0 | 11100 | 110 | 1111000 | 1000101 | 1010001 |
Color Harmonies of #ADF0AD
Complementary color
Monochromatic Colors of #ADF0AD
Black with #ADF0AD
Text Example
Text Example
White with #ADF0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF0AD; }
p { color: rgb(173,240,173); }
H1.HeaderClassName
{
color: #ADF0AD;
}
.AnyTagClassName
{
color: #ADF0AD;
}
</style>
background-color css
<style>
a { background-color: #ADF0AD; }
a { background-color: rgb(173,240,173); }
div.DivClassName
{
background-color: #ADF0AD;
}
.BgClassName
{
background-color: #ADF0AD;
}
</style>
border-color css
<style>
span { border-color: #ADF0AD; }
span { border-color: rgb(173,240,173); }
td.TdClassName
{
border-color: #ADF0AD;
}
.TagClassName
{
border-color: #ADF0AD;
}
</style>