Shades of Celadon #ADFCAD
Tints of Celadon #ADFCAD
RGB
CMYK
RGB Variations
Color information
#ADFCAD (or 0xADFCAD) is known color: Celadon. HEX triplet: AD, FC and AD. RGB value is (173,252,173). Sum of RGB (Red+Green+Blue) = 173+252+173=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 252 (98.83% from 255 or 42.14% from 598); Blue value is 173 (67.97% from 255 or 28.93% from 598); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFCAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFCAD is #520352. Grayscale: #DBDBDB. Windows color (decimal): -5374803 or 11402413. OLE color: 11402413.
HSL color Cylindrical-coordinate representation of color #ADFCAD: hue angle of 120º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADFCAD is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
RGB | 173 | 252 | 173 | - |
CMYK | 0.31 | 0 | 0.31 | 0.01 |
HSL | 120º | 0.93% | 0.83% | - |
HSV(B) | 120º | 0.31% | 0.99% | - |
XYZ | 59.59 | 81.52 | 52.13 | - |
YUV | 219.37 | 101.83 | 94.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 252 | 173 | 0.31 | 0 | 0.31 | 0.01 | 120 | 0.93 | 0.83 |
Hex | AD | FC | AD | 1F | 0 | 1F | 1 | 78 | 5D | 53 |
Octal | 255 | 374 | 255 | 37 | 0 | 37 | 1 | 170 | 135 | 123 |
Binary | 10101101 | 11111100 | 10101101 | 11111 | 0 | 11111 | 1 | 1111000 | 1011101 | 1010011 |
Color Harmonies of #ADFCAD
Complementary color
Monochromatic Colors of #ADFCAD
Black with #ADFCAD
Text Example
Text Example
White with #ADFCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFCAD; }
p { color: rgb(173,252,173); }
H1.HeaderClassName
{
color: #ADFCAD;
}
.AnyTagClassName
{
color: #ADFCAD;
}
</style>
background-color css
<style>
a { background-color: #ADFCAD; }
a { background-color: rgb(173,252,173); }
div.DivClassName
{
background-color: #ADFCAD;
}
.BgClassName
{
background-color: #ADFCAD;
}
</style>
border-color css
<style>
span { border-color: #ADFCAD; }
span { border-color: rgb(173,252,173); }
td.TdClassName
{
border-color: #ADFCAD;
}
.TagClassName
{
border-color: #ADFCAD;
}
</style>