Shades of Celadon #ADFDAF
Tints of Celadon #ADFDAF
RGB
CMYK
RGB Variations
Color information
#ADFDAF (or 0xADFDAF) is known color: Celadon. HEX triplet: AD, FD and AF. RGB value is (173,253,175). Sum of RGB (Red+Green+Blue) = 173+253+175=601 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.79% from 601); Green value is 253 (99.22% from 255 or 42.10% from 601); Blue value is 175 (68.75% from 255 or 29.12% from 601); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFDAF is #520250. Grayscale: #DCDCDC. Windows color (decimal): -5374545 or 11533741. OLE color: 11533741.
HSL color Cylindrical-coordinate representation of color #ADFDAF: hue angle of 121.5º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFDAF is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 175 | - |
| CMYK | 0.32 | 0 | 0.31 | 0.01 |
| HSL | 121.5º | 0.95% | 0.84% | - |
| HSV(B) | 121.5º | 0.32% | 0.99% | - |
| XYZ | 60.1 | 82.23 | 53.26 | - |
| YUV | 220.19 | 102.5 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 175 | 0.32 | 0 | 0.31 | 0.01 | 121.5 | 0.95 | 0.84 |
| Hex | AD | FD | AF | 20 | 0 | 1F | 1 | 7A | 5F | 54 |
| Octal | 255 | 375 | 257 | 40 | 0 | 37 | 1 | 172 | 137 | 124 |
| Binary | 10101101 | 11111101 | 10101111 | 100000 | 0 | 11111 | 1 | 1111010 | 1011111 | 1010100 |
Color Harmonies of #ADFDAF
Complementary color
Monochromatic Colors of #ADFDAF
Black with #ADFDAF
Text Example
Text Example
White with #ADFDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFDAF; }
p { color: rgb(173,253,175); }
H1.HeaderClassName
{
color: #ADFDAF;
}
.AnyTagClassName
{
color: #ADFDAF;
}
</style>
background-color css
<style>
a { background-color: #ADFDAF; }
a { background-color: rgb(173,253,175); }
div.DivClassName
{
background-color: #ADFDAF;
}
.BgClassName
{
background-color: #ADFDAF;
}
</style>
border-color css
<style>
span { border-color: #ADFDAF; }
span { border-color: rgb(173,253,175); }
td.TdClassName
{
border-color: #ADFDAF;
}
.TagClassName
{
border-color: #ADFDAF;
}
</style>