Shades of Celadon #9FECAA
Tints of Celadon #9FECAA
RGB
CMYK
RGB Variations
Color information
#9FECAA (or 0x9FECAA) is known color: Celadon. HEX triplet: 9F, EC and AA. RGB value is (159,236,170). Sum of RGB (Red+Green+Blue) = 159+236+170=565 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.14% from 565); Green value is 236 (92.58% from 255 or 41.77% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 236 - color contains mainly: green. Hex color #9FECAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FECAA is #601355. Grayscale: #CDCDCD. Windows color (decimal): -6296406 or 11201695. OLE color: 11201695.
HSL color Cylindrical-coordinate representation of color #9FECAA: hue angle of 128.57º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FECAA is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 236 | 170 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.07 |
| HSL | 128.57º | 0.67% | 0.77% | - |
| HSV(B) | 128.57º | 0.33% | 0.93% | - |
| XYZ | 51.55 | 70.26 | 48.88 | - |
| YUV | 205.45 | 107.99 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 236 | 170 | 0.33 | 0 | 0.28 | 0.07 | 128.57 | 0.67 | 0.77 |
| Hex | 9F | EC | AA | 21 | 0 | 1C | 7 | 81 | 43 | 4D |
| Octal | 237 | 354 | 252 | 41 | 0 | 34 | 7 | 201 | 103 | 115 |
| Binary | 10011111 | 11101100 | 10101010 | 100001 | 0 | 11100 | 111 | 10000001 | 1000011 | 1001101 |
Color Harmonies of #9FECAA
Complementary color
Monochromatic Colors of #9FECAA
Black with #9FECAA
Text Example
Text Example
White with #9FECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FECAA; }
p { color: rgb(159,236,170); }
H1.HeaderClassName
{
color: #9FECAA;
}
.AnyTagClassName
{
color: #9FECAA;
}
</style>
background-color css
<style>
a { background-color: #9FECAA; }
a { background-color: rgb(159,236,170); }
div.DivClassName
{
background-color: #9FECAA;
}
.BgClassName
{
background-color: #9FECAA;
}
</style>
border-color css
<style>
span { border-color: #9FECAA; }
span { border-color: rgb(159,236,170); }
td.TdClassName
{
border-color: #9FECAA;
}
.TagClassName
{
border-color: #9FECAA;
}
</style>