Shades of Celadon #9CE9AC
Tints of Celadon #9CE9AC
RGB
CMYK
RGB Variations
Color information
#9CE9AC (or 0x9CE9AC) is known color: Celadon. HEX triplet: 9C, E9 and AC. RGB value is (156,233,172). Sum of RGB (Red+Green+Blue) = 156+233+172=561 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.81% from 561); Green value is 233 (91.41% from 255 or 41.53% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 233 - color contains mainly: green. Hex color #9CE9AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CE9AC is #631653. Grayscale: #CBCBCB. Windows color (decimal): -6493780 or 11331996. OLE color: 11331996.
HSL color Cylindrical-coordinate representation of color #9CE9AC: hue angle of 132.47º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CE9AC is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 156 | 233 | 172 | - |
| CMYK | 0.33 | 0 | 0.26 | 0.09 |
| HSL | 132.47º | 0.64% | 0.76% | - |
| HSV(B) | 132.47º | 0.33% | 0.91% | - |
| XYZ | 50.3 | 68.32 | 49.57 | - |
| YUV | 203.02 | 110.49 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 233 | 172 | 0.33 | 0 | 0.26 | 0.09 | 132.47 | 0.64 | 0.76 |
| Hex | 9C | E9 | AC | 21 | 0 | 1A | 9 | 84 | 40 | 4C |
| Octal | 234 | 351 | 254 | 41 | 0 | 32 | 11 | 204 | 100 | 114 |
| Binary | 10011100 | 11101001 | 10101100 | 100001 | 0 | 11010 | 1001 | 10000100 | 1000000 | 1001100 |
Color Harmonies of #9CE9AC
Complementary color
Monochromatic Colors of #9CE9AC
Black with #9CE9AC
Text Example
Text Example
White with #9CE9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE9AC; }
p { color: rgb(156,233,172); }
H1.HeaderClassName
{
color: #9CE9AC;
}
.AnyTagClassName
{
color: #9CE9AC;
}
</style>
background-color css
<style>
a { background-color: #9CE9AC; }
a { background-color: rgb(156,233,172); }
div.DivClassName
{
background-color: #9CE9AC;
}
.BgClassName
{
background-color: #9CE9AC;
}
</style>
border-color css
<style>
span { border-color: #9CE9AC; }
span { border-color: rgb(156,233,172); }
td.TdClassName
{
border-color: #9CE9AC;
}
.TagClassName
{
border-color: #9CE9AC;
}
</style>