Shades of Celadon #ADF0AC
Tints of Celadon #ADF0AC
RGB
CMYK
RGB Variations
Color information
#ADF0AC (or 0xADF0AC) is known color: Celadon. HEX triplet: AD, F0 and AC. RGB value is (173,240,172). Sum of RGB (Red+Green+Blue) = 173+240+172=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 240 (94.14% from 255 or 41.03% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF0AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF0AC is #520F53. Grayscale: #D4D4D4. Windows color (decimal): -5377876 or 11333805. OLE color: 11333805.
HSL color Cylindrical-coordinate representation of color #ADF0AC: hue angle of 119.12º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADF0AC is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
RGB | 173 | 240 | 172 | - |
CMYK | 0.28 | 0 | 0.28 | 0.06 |
HSL | 119.12º | 0.69% | 0.81% | - |
HSV(B) | 119.12º | 0.28% | 0.94% | - |
XYZ | 55.84 | 74.18 | 50.41 | - |
YUV | 212.22 | 105.3 | 100.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 240 | 172 | 0.28 | 0 | 0.28 | 0.06 | 119.12 | 0.69 | 0.81 |
Hex | AD | F0 | AC | 1C | 0 | 1C | 6 | 77 | 45 | 51 |
Octal | 255 | 360 | 254 | 34 | 0 | 34 | 6 | 167 | 105 | 121 |
Binary | 10101101 | 11110000 | 10101100 | 11100 | 0 | 11100 | 110 | 1110111 | 1000101 | 1010001 |
Color Harmonies of #ADF0AC
Complementary color
Monochromatic Colors of #ADF0AC
Black with #ADF0AC
Text Example
Text Example
White with #ADF0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF0AC; }
p { color: rgb(173,240,172); }
H1.HeaderClassName
{
color: #ADF0AC;
}
.AnyTagClassName
{
color: #ADF0AC;
}
</style>
background-color css
<style>
a { background-color: #ADF0AC; }
a { background-color: rgb(173,240,172); }
div.DivClassName
{
background-color: #ADF0AC;
}
.BgClassName
{
background-color: #ADF0AC;
}
</style>
border-color css
<style>
span { border-color: #ADF0AC; }
span { border-color: rgb(173,240,172); }
td.TdClassName
{
border-color: #ADF0AC;
}
.TagClassName
{
border-color: #ADF0AC;
}
</style>