Shades of Celadon #ADFCAC
Tints of Celadon #ADFCAC
RGB
CMYK
RGB Variations
Color information
#ADFCAC (or 0xADFCAC) is known color: Celadon. HEX triplet: AD, FC and AC. RGB value is (173,252,172). Sum of RGB (Red+Green+Blue) = 173+252+172=597 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.98% from 597); Green value is 252 (98.83% from 255 or 42.21% from 597); Blue value is 172 (67.58% from 255 or 28.81% from 597); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFCAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFCAC is #520353. Grayscale: #DBDBDB. Windows color (decimal): -5374804 or 11336877. OLE color: 11336877.
HSL color Cylindrical-coordinate representation of color #ADFCAC: hue angle of 119.25º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFCAC is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 252 | 172 | - |
| CMYK | 0.31 | 0 | 0.32 | 0.01 |
| HSL | 119.25º | 0.93% | 0.83% | - |
| HSV(B) | 119.25º | 0.32% | 0.99% | - |
| XYZ | 59.49 | 81.48 | 51.62 | - |
| YUV | 219.26 | 101.33 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 252 | 172 | 0.31 | 0 | 0.32 | 0.01 | 119.25 | 0.93 | 0.83 |
| Hex | AD | FC | AC | 1F | 0 | 20 | 1 | 77 | 5D | 53 |
| Octal | 255 | 374 | 254 | 37 | 0 | 40 | 1 | 167 | 135 | 123 |
| Binary | 10101101 | 11111100 | 10101100 | 11111 | 0 | 100000 | 1 | 1110111 | 1011101 | 1010011 |
Color Harmonies of #ADFCAC
Complementary color
Monochromatic Colors of #ADFCAC
Black with #ADFCAC
Text Example
Text Example
White with #ADFCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFCAC; }
p { color: rgb(173,252,172); }
H1.HeaderClassName
{
color: #ADFCAC;
}
.AnyTagClassName
{
color: #ADFCAC;
}
</style>
background-color css
<style>
a { background-color: #ADFCAC; }
a { background-color: rgb(173,252,172); }
div.DivClassName
{
background-color: #ADFCAC;
}
.BgClassName
{
background-color: #ADFCAC;
}
</style>
border-color css
<style>
span { border-color: #ADFCAC; }
span { border-color: rgb(173,252,172); }
td.TdClassName
{
border-color: #ADFCAC;
}
.TagClassName
{
border-color: #ADFCAC;
}
</style>