Shades of Celadon #9DE8AC
Tints of Celadon #9DE8AC
RGB
CMYK
RGB Variations
Color information
#9DE8AC (or 0x9DE8AC) is known color: Celadon. HEX triplet: 9D, E8 and AC. RGB value is (157,232,172). Sum of RGB (Red+Green+Blue) = 157+232+172=561 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.99% from 561); Green value is 232 (91.02% from 255 or 41.35% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 232 - color contains mainly: green. Hex color #9DE8AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DE8AC is #621753. Grayscale: #CACACA. Windows color (decimal): -6428500 or 11331741. OLE color: 11331741.
HSL color Cylindrical-coordinate representation of color #9DE8AC: hue angle of 132º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DE8AC is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 157 | 232 | 172 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.09 |
| HSL | 132º | 0.62% | 0.76% | - |
| HSV(B) | 132º | 0.32% | 0.91% | - |
| XYZ | 50.21 | 67.86 | 49.48 | - |
| YUV | 202.74 | 110.65 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 232 | 172 | 0.32 | 0 | 0.26 | 0.09 | 132 | 0.62 | 0.76 |
| Hex | 9D | E8 | AC | 20 | 0 | 1A | 9 | 84 | 3E | 4C |
| Octal | 235 | 350 | 254 | 40 | 0 | 32 | 11 | 204 | 76 | 114 |
| Binary | 10011101 | 11101000 | 10101100 | 100000 | 0 | 11010 | 1001 | 10000100 | 111110 | 1001100 |
Color Harmonies of #9DE8AC
Complementary color
Monochromatic Colors of #9DE8AC
Black with #9DE8AC
Text Example
Text Example
White with #9DE8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE8AC; }
p { color: rgb(157,232,172); }
H1.HeaderClassName
{
color: #9DE8AC;
}
.AnyTagClassName
{
color: #9DE8AC;
}
</style>
background-color css
<style>
a { background-color: #9DE8AC; }
a { background-color: rgb(157,232,172); }
div.DivClassName
{
background-color: #9DE8AC;
}
.BgClassName
{
background-color: #9DE8AC;
}
</style>
border-color css
<style>
span { border-color: #9DE8AC; }
span { border-color: rgb(157,232,172); }
td.TdClassName
{
border-color: #9DE8AC;
}
.TagClassName
{
border-color: #9DE8AC;
}
</style>