Shades of Celadon #ADF1AF
Tints of Celadon #ADF1AF
RGB
CMYK
RGB Variations
Color information
#ADF1AF (or 0xADF1AF) is known color: Celadon. HEX triplet: AD, F1 and AF. RGB value is (173,241,175). Sum of RGB (Red+Green+Blue) = 173+241+175=589 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.37% from 589); Green value is 241 (94.53% from 255 or 40.92% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF1AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF1AF is #520E50. Grayscale: #D5D5D5. Windows color (decimal): -5377617 or 11530669. OLE color: 11530669.
HSL color Cylindrical-coordinate representation of color #ADF1AF: hue angle of 121.76º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADF1AF is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 175 | - |
| CMYK | 0.28 | 0 | 0.27 | 0.05 |
| HSL | 121.76º | 0.71% | 0.81% | - |
| HSV(B) | 121.76º | 0.28% | 0.95% | - |
| XYZ | 56.43 | 74.89 | 52.04 | - |
| YUV | 213.14 | 106.47 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 175 | 0.28 | 0 | 0.27 | 0.05 | 121.76 | 0.71 | 0.81 |
| Hex | AD | F1 | AF | 1C | 0 | 1B | 5 | 7A | 47 | 51 |
| Octal | 255 | 361 | 257 | 34 | 0 | 33 | 5 | 172 | 107 | 121 |
| Binary | 10101101 | 11110001 | 10101111 | 11100 | 0 | 11011 | 101 | 1111010 | 1000111 | 1010001 |
Color Harmonies of #ADF1AF
Complementary color
Monochromatic Colors of #ADF1AF
Black with #ADF1AF
Text Example
Text Example
White with #ADF1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF1AF; }
p { color: rgb(173,241,175); }
H1.HeaderClassName
{
color: #ADF1AF;
}
.AnyTagClassName
{
color: #ADF1AF;
}
</style>
background-color css
<style>
a { background-color: #ADF1AF; }
a { background-color: rgb(173,241,175); }
div.DivClassName
{
background-color: #ADF1AF;
}
.BgClassName
{
background-color: #ADF1AF;
}
</style>
border-color css
<style>
span { border-color: #ADF1AF; }
span { border-color: rgb(173,241,175); }
td.TdClassName
{
border-color: #ADF1AF;
}
.TagClassName
{
border-color: #ADF1AF;
}
</style>