Shades of Celadon #9CEEA9
Tints of Celadon #9CEEA9
RGB
CMYK
RGB Variations
Color information
#9CEEA9 (or 0x9CEEA9) is known color: Celadon. HEX triplet: 9C, EE and A9. RGB value is (156,238,169). Sum of RGB (Red+Green+Blue) = 156+238+169=563 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.71% from 563); Green value is 238 (93.36% from 255 or 42.27% from 563); Blue value is 169 (66.41% from 255 or 30.02% from 563); Max value from RGB is 238 - color contains mainly: green. Hex color #9CEEA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CEEA9 is #631156. Grayscale: #CDCDCD. Windows color (decimal): -6492503 or 11136668. OLE color: 11136668.
HSL color Cylindrical-coordinate representation of color #9CEEA9: hue angle of 129.51º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CEEA9 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 238 | 169 | - |
| CMYK | 0.34 | 0 | 0.29 | 0.07 |
| HSL | 129.51º | 0.71% | 0.77% | - |
| HSV(B) | 129.51º | 0.34% | 0.93% | - |
| XYZ | 51.45 | 71.08 | 48.54 | - |
| YUV | 205.62 | 107.33 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 238 | 169 | 0.34 | 0 | 0.29 | 0.07 | 129.51 | 0.71 | 0.77 |
| Hex | 9C | EE | A9 | 22 | 0 | 1D | 7 | 82 | 47 | 4D |
| Octal | 234 | 356 | 251 | 42 | 0 | 35 | 7 | 202 | 107 | 115 |
| Binary | 10011100 | 11101110 | 10101001 | 100010 | 0 | 11101 | 111 | 10000010 | 1000111 | 1001101 |
Color Harmonies of #9CEEA9
Complementary color
Monochromatic Colors of #9CEEA9
Black with #9CEEA9
Text Example
Text Example
White with #9CEEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEEA9; }
p { color: rgb(156,238,169); }
H1.HeaderClassName
{
color: #9CEEA9;
}
.AnyTagClassName
{
color: #9CEEA9;
}
</style>
background-color css
<style>
a { background-color: #9CEEA9; }
a { background-color: rgb(156,238,169); }
div.DivClassName
{
background-color: #9CEEA9;
}
.BgClassName
{
background-color: #9CEEA9;
}
</style>
border-color css
<style>
span { border-color: #9CEEA9; }
span { border-color: rgb(156,238,169); }
td.TdClassName
{
border-color: #9CEEA9;
}
.TagClassName
{
border-color: #9CEEA9;
}
</style>