Shades of Celadon #ADFEAF
Tints of Celadon #ADFEAF
RGB
CMYK
RGB Variations
Color information
#ADFEAF (or 0xADFEAF) is known color: Celadon. HEX triplet: AD, FE and AF. RGB value is (173,254,175). Sum of RGB (Red+Green+Blue) = 173+254+175=602 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.74% from 602); Green value is 254 (99.61% from 255 or 42.19% from 602); Blue value is 175 (68.75% from 255 or 29.07% from 602); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFEAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFEAF is #520150. Grayscale: #DDDDDD. Windows color (decimal): -5374289 or 11533997. OLE color: 11533997.
HSL color Cylindrical-coordinate representation of color #ADFEAF: hue angle of 121.48º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFEAF is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 254 | 175 | - |
| CMYK | 0.32 | 0 | 0.31 | 0.00 |
| HSL | 121.48º | 0.98% | 0.84% | - |
| HSV(B) | 121.48º | 0.32% | 1% | - |
| XYZ | 60.41 | 82.86 | 53.37 | - |
| YUV | 220.78 | 102.16 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 254 | 175 | 0.32 | 0 | 0.31 | 0.00 | 121.48 | 0.98 | 0.84 |
| Hex | AD | FE | AF | 20 | 0 | 1F | 0 | 79 | 62 | 54 |
| Octal | 255 | 376 | 257 | 40 | 0 | 37 | 0 | 171 | 142 | 124 |
| Binary | 10101101 | 11111110 | 10101111 | 100000 | 0 | 11111 | 0 | 1111001 | 1100010 | 1010100 |
Color Harmonies of #ADFEAF
Complementary color
Monochromatic Colors of #ADFEAF
Black with #ADFEAF
Text Example
Text Example
White with #ADFEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFEAF; }
p { color: rgb(173,254,175); }
H1.HeaderClassName
{
color: #ADFEAF;
}
.AnyTagClassName
{
color: #ADFEAF;
}
</style>
background-color css
<style>
a { background-color: #ADFEAF; }
a { background-color: rgb(173,254,175); }
div.DivClassName
{
background-color: #ADFEAF;
}
.BgClassName
{
background-color: #ADFEAF;
}
</style>
border-color css
<style>
span { border-color: #ADFEAF; }
span { border-color: rgb(173,254,175); }
td.TdClassName
{
border-color: #ADFEAF;
}
.TagClassName
{
border-color: #ADFEAF;
}
</style>