Shades of Celadon #ADF6AF
Tints of Celadon #ADF6AF
RGB
CMYK
RGB Variations
Color information
#ADF6AF (or 0xADF6AF) is known color: Celadon. HEX triplet: AD, F6 and AF. RGB value is (173,246,175). Sum of RGB (Red+Green+Blue) = 173+246+175=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 246 (96.48% from 255 or 41.41% from 594); Blue value is 175 (68.75% from 255 or 29.46% from 594); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF6AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF6AF is #520950. Grayscale: #D8D8D8. Windows color (decimal): -5376337 or 11531949. OLE color: 11531949.
HSL color Cylindrical-coordinate representation of color #ADF6AF: hue angle of 121.64º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADF6AF is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 246 | 175 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.04 |
| HSL | 121.64º | 0.8% | 0.82% | - |
| HSV(B) | 121.64º | 0.3% | 0.96% | - |
| XYZ | 57.93 | 77.89 | 52.54 | - |
| YUV | 216.08 | 104.82 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 246 | 175 | 0.30 | 0 | 0.29 | 0.04 | 121.64 | 0.8 | 0.82 |
| Hex | AD | F6 | AF | 1E | 0 | 1D | 4 | 7A | 50 | 52 |
| Octal | 255 | 366 | 257 | 36 | 0 | 35 | 4 | 172 | 120 | 122 |
| Binary | 10101101 | 11110110 | 10101111 | 11110 | 0 | 11101 | 100 | 1111010 | 1010000 | 1010010 |
Color Harmonies of #ADF6AF
Complementary color
Monochromatic Colors of #ADF6AF
Black with #ADF6AF
Text Example
Text Example
White with #ADF6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF6AF; }
p { color: rgb(173,246,175); }
H1.HeaderClassName
{
color: #ADF6AF;
}
.AnyTagClassName
{
color: #ADF6AF;
}
</style>
background-color css
<style>
a { background-color: #ADF6AF; }
a { background-color: rgb(173,246,175); }
div.DivClassName
{
background-color: #ADF6AF;
}
.BgClassName
{
background-color: #ADF6AF;
}
</style>
border-color css
<style>
span { border-color: #ADF6AF; }
span { border-color: rgb(173,246,175); }
td.TdClassName
{
border-color: #ADF6AF;
}
.TagClassName
{
border-color: #ADF6AF;
}
</style>