Shades of Celadon #ADF2AD
Tints of Celadon #ADF2AD
RGB
CMYK
RGB Variations
Color information
#ADF2AD (or 0xADF2AD) is known color: Celadon. HEX triplet: AD, F2 and AD. RGB value is (173,242,173). Sum of RGB (Red+Green+Blue) = 173+242+173=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 242 (94.92% from 255 or 41.16% from 588); Blue value is 173 (67.97% from 255 or 29.42% from 588); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF2AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF2AD is #520D52. Grayscale: #D5D5D5. Windows color (decimal): -5377363 or 11399853. OLE color: 11399853.
HSL color Cylindrical-coordinate representation of color #ADF2AD: hue angle of 120º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF2AD is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 242 | 173 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.05 |
| HSL | 120º | 0.73% | 0.81% | - |
| HSV(B) | 120º | 0.29% | 0.95% | - |
| XYZ | 56.53 | 75.41 | 51.11 | - |
| YUV | 213.5 | 105.14 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 242 | 173 | 0.29 | 0 | 0.29 | 0.05 | 120 | 0.73 | 0.81 |
| Hex | AD | F2 | AD | 1D | 0 | 1D | 5 | 78 | 49 | 51 |
| Octal | 255 | 362 | 255 | 35 | 0 | 35 | 5 | 170 | 111 | 121 |
| Binary | 10101101 | 11110010 | 10101101 | 11101 | 0 | 11101 | 101 | 1111000 | 1001001 | 1010001 |
Color Harmonies of #ADF2AD
Complementary color
Monochromatic Colors of #ADF2AD
Black with #ADF2AD
Text Example
Text Example
White with #ADF2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF2AD; }
p { color: rgb(173,242,173); }
H1.HeaderClassName
{
color: #ADF2AD;
}
.AnyTagClassName
{
color: #ADF2AD;
}
</style>
background-color css
<style>
a { background-color: #ADF2AD; }
a { background-color: rgb(173,242,173); }
div.DivClassName
{
background-color: #ADF2AD;
}
.BgClassName
{
background-color: #ADF2AD;
}
</style>
border-color css
<style>
span { border-color: #ADF2AD; }
span { border-color: rgb(173,242,173); }
td.TdClassName
{
border-color: #ADF2AD;
}
.TagClassName
{
border-color: #ADF2AD;
}
</style>