Shades of Celadon #ADF0AF
Tints of Celadon #ADF0AF
RGB
CMYK
RGB Variations
Color information
#ADF0AF (or 0xADF0AF) is known color: Celadon. HEX triplet: AD, F0 and AF. RGB value is (173,240,175). Sum of RGB (Red+Green+Blue) = 173+240+175=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 240 (94.14% from 255 or 40.82% from 588); Blue value is 175 (68.75% from 255 or 29.76% from 588); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF0AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF0AF is #520F50. Grayscale: #D4D4D4. Windows color (decimal): -5377873 or 11530413. OLE color: 11530413.
HSL color Cylindrical-coordinate representation of color #ADF0AF: hue angle of 121.79º 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 #ADF0AF is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 240 | 175 | - |
| CMYK | 0.28 | 0 | 0.27 | 0.06 |
| HSL | 121.79º | 0.69% | 0.81% | - |
| HSV(B) | 121.79º | 0.28% | 0.94% | - |
| XYZ | 56.13 | 74.3 | 51.94 | - |
| YUV | 212.56 | 106.8 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 240 | 175 | 0.28 | 0 | 0.27 | 0.06 | 121.79 | 0.69 | 0.81 |
| Hex | AD | F0 | AF | 1C | 0 | 1B | 6 | 7A | 45 | 51 |
| Octal | 255 | 360 | 257 | 34 | 0 | 33 | 6 | 172 | 105 | 121 |
| Binary | 10101101 | 11110000 | 10101111 | 11100 | 0 | 11011 | 110 | 1111010 | 1000101 | 1010001 |
Color Harmonies of #ADF0AF
Complementary color
Monochromatic Colors of #ADF0AF
Black with #ADF0AF
Text Example
Text Example
White with #ADF0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF0AF; }
p { color: rgb(173,240,175); }
H1.HeaderClassName
{
color: #ADF0AF;
}
.AnyTagClassName
{
color: #ADF0AF;
}
</style>
background-color css
<style>
a { background-color: #ADF0AF; }
a { background-color: rgb(173,240,175); }
div.DivClassName
{
background-color: #ADF0AF;
}
.BgClassName
{
background-color: #ADF0AF;
}
</style>
border-color css
<style>
span { border-color: #ADF0AF; }
span { border-color: rgb(173,240,175); }
td.TdClassName
{
border-color: #ADF0AF;
}
.TagClassName
{
border-color: #ADF0AF;
}
</style>