Shades of Celadon #ADFFAF
Tints of Celadon #ADFFAF
RGB
CMYK
RGB Variations
Color information
#ADFFAF (or 0xADFFAF) is known color: Celadon. HEX triplet: AD, FF and AF. RGB value is (173,255,175). Sum of RGB (Red+Green+Blue) = 173+255+175=603 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.69% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 175 (68.75% from 255 or 29.02% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFFAF is #520050. Grayscale: #DDDDDD. Windows color (decimal): -5374033 or 11534253. OLE color: 11534253.
HSL color Cylindrical-coordinate representation of color #ADFFAF: hue angle of 121.46º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFFAF is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 175 | - |
| CMYK | 0.32 | 0 | 0.31 | 0 |
| HSL | 121.46º | 1% | 0.84% | - |
| HSV(B) | 121.46º | 0.32% | 1% | - |
| XYZ | 60.73 | 83.5 | 53.47 | - |
| YUV | 221.36 | 101.83 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 175 | 0.32 | 0 | 0.31 | 0 | 121.46 | 1 | 0.84 |
| Hex | AD | FF | AF | 20 | 0 | 1F | 0 | 79 | 64 | 54 |
| Octal | 255 | 377 | 257 | 40 | 0 | 37 | 0 | 171 | 144 | 124 |
| Binary | 10101101 | 11111111 | 10101111 | 100000 | 0 | 11111 | 0 | 1111001 | 1100100 | 1010100 |
Color Harmonies of #ADFFAF
Complementary color
Monochromatic Colors of #ADFFAF
Black with #ADFFAF
Text Example
Text Example
White with #ADFFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFFAF; }
p { color: rgb(173,255,175); }
H1.HeaderClassName
{
color: #ADFFAF;
}
.AnyTagClassName
{
color: #ADFFAF;
}
</style>
background-color css
<style>
a { background-color: #ADFFAF; }
a { background-color: rgb(173,255,175); }
div.DivClassName
{
background-color: #ADFFAF;
}
.BgClassName
{
background-color: #ADFFAF;
}
</style>
border-color css
<style>
span { border-color: #ADFFAF; }
span { border-color: rgb(173,255,175); }
td.TdClassName
{
border-color: #ADFFAF;
}
.TagClassName
{
border-color: #ADFFAF;
}
</style>