Shades of Celadon #ADECAD
Tints of Celadon #ADECAD
RGB
CMYK
RGB Variations
Color information
#ADECAD (or 0xADECAD) is known color: Celadon. HEX triplet: AD, EC and AD. RGB value is (173,236,173). Sum of RGB (Red+Green+Blue) = 173+236+173=582 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.73% from 582); Green value is 236 (92.58% from 255 or 40.55% from 582); Blue value is 173 (67.97% from 255 or 29.73% from 582); Max value from RGB is 236 - color contains mainly: green. Hex color #ADECAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADECAD is #521352. Grayscale: #D2D2D2. Windows color (decimal): -5378899 or 11398317. OLE color: 11398317.
HSL color Cylindrical-coordinate representation of color #ADECAD: hue angle of 120º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADECAD is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 173 | - |
| CMYK | 0.27 | 0 | 0.27 | 0.07 |
| HSL | 120º | 0.62% | 0.8% | - |
| HSV(B) | 120º | 0.27% | 0.93% | - |
| XYZ | 54.77 | 71.89 | 50.52 | - |
| YUV | 209.98 | 107.13 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 173 | 0.27 | 0 | 0.27 | 0.07 | 120 | 0.62 | 0.8 |
| Hex | AD | EC | AD | 1B | 0 | 1B | 7 | 78 | 3E | 50 |
| Octal | 255 | 354 | 255 | 33 | 0 | 33 | 7 | 170 | 76 | 120 |
| Binary | 10101101 | 11101100 | 10101101 | 11011 | 0 | 11011 | 111 | 1111000 | 111110 | 1010000 |
Color Harmonies of #ADECAD
Complementary color
Monochromatic Colors of #ADECAD
Black with #ADECAD
Text Example
Text Example
White with #ADECAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADECAD; }
p { color: rgb(173,236,173); }
H1.HeaderClassName
{
color: #ADECAD;
}
.AnyTagClassName
{
color: #ADECAD;
}
</style>
background-color css
<style>
a { background-color: #ADECAD; }
a { background-color: rgb(173,236,173); }
div.DivClassName
{
background-color: #ADECAD;
}
.BgClassName
{
background-color: #ADECAD;
}
</style>
border-color css
<style>
span { border-color: #ADECAD; }
span { border-color: rgb(173,236,173); }
td.TdClassName
{
border-color: #ADECAD;
}
.TagClassName
{
border-color: #ADECAD;
}
</style>