Shades of Celadon #9DF2AD
Tints of Celadon #9DF2AD
RGB
CMYK
RGB Variations
Color information
#9DF2AD (or 0x9DF2AD) is known color: Celadon. HEX triplet: 9D, F2 and AD. RGB value is (157,242,173). Sum of RGB (Red+Green+Blue) = 157+242+173=572 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.45% from 572); Green value is 242 (94.92% from 255 or 42.31% from 572); Blue value is 173 (67.97% from 255 or 30.24% from 572); Max value from RGB is 242 - color contains mainly: green. Hex color #9DF2AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DF2AD is #620D52. Grayscale: #D0D0D0. Windows color (decimal): -6425939 or 11399837. OLE color: 11399837.
HSL color Cylindrical-coordinate representation of color #9DF2AD: hue angle of 131.29º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DF2AD is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 242 | 173 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.05 |
| HSL | 131.29º | 0.77% | 0.78% | - |
| HSV(B) | 131.29º | 0.35% | 0.95% | - |
| XYZ | 53.2 | 73.69 | 50.95 | - |
| YUV | 208.72 | 107.84 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 242 | 173 | 0.35 | 0 | 0.29 | 0.05 | 131.29 | 0.77 | 0.78 |
| Hex | 9D | F2 | AD | 23 | 0 | 1D | 5 | 83 | 4D | 4E |
| Octal | 235 | 362 | 255 | 43 | 0 | 35 | 5 | 203 | 115 | 116 |
| Binary | 10011101 | 11110010 | 10101101 | 100011 | 0 | 11101 | 101 | 10000011 | 1001101 | 1001110 |
Color Harmonies of #9DF2AD
Complementary color
Monochromatic Colors of #9DF2AD
Black with #9DF2AD
Text Example
Text Example
White with #9DF2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF2AD; }
p { color: rgb(157,242,173); }
H1.HeaderClassName
{
color: #9DF2AD;
}
.AnyTagClassName
{
color: #9DF2AD;
}
</style>
background-color css
<style>
a { background-color: #9DF2AD; }
a { background-color: rgb(157,242,173); }
div.DivClassName
{
background-color: #9DF2AD;
}
.BgClassName
{
background-color: #9DF2AD;
}
</style>
border-color css
<style>
span { border-color: #9DF2AD; }
span { border-color: rgb(157,242,173); }
td.TdClassName
{
border-color: #9DF2AD;
}
.TagClassName
{
border-color: #9DF2AD;
}
</style>