Shades of Celadon #9FEDAA
Tints of Celadon #9FEDAA
RGB
CMYK
RGB Variations
Color information
#9FEDAA (or 0x9FEDAA) is known color: Celadon. HEX triplet: 9F, ED and AA. RGB value is (159,237,170). Sum of RGB (Red+Green+Blue) = 159+237+170=566 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.09% from 566); Green value is 237 (92.97% from 255 or 41.87% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 237 - color contains mainly: green. Hex color #9FEDAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FEDAA is #601255. Grayscale: #CECECE. Windows color (decimal): -6296150 or 11201951. OLE color: 11201951.
HSL color Cylindrical-coordinate representation of color #9FEDAA: hue angle of 128.46º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEDAA is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 237 | 170 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.07 |
| HSL | 128.46º | 0.68% | 0.78% | - |
| HSV(B) | 128.46º | 0.33% | 0.93% | - |
| XYZ | 51.84 | 70.84 | 48.97 | - |
| YUV | 206.04 | 107.66 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 237 | 170 | 0.33 | 0 | 0.28 | 0.07 | 128.46 | 0.68 | 0.78 |
| Hex | 9F | ED | AA | 21 | 0 | 1C | 7 | 80 | 44 | 4E |
| Octal | 237 | 355 | 252 | 41 | 0 | 34 | 7 | 200 | 104 | 116 |
| Binary | 10011111 | 11101101 | 10101010 | 100001 | 0 | 11100 | 111 | 10000000 | 1000100 | 1001110 |
Color Harmonies of #9FEDAA
Complementary color
Monochromatic Colors of #9FEDAA
Black with #9FEDAA
Text Example
Text Example
White with #9FEDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEDAA; }
p { color: rgb(159,237,170); }
H1.HeaderClassName
{
color: #9FEDAA;
}
.AnyTagClassName
{
color: #9FEDAA;
}
</style>
background-color css
<style>
a { background-color: #9FEDAA; }
a { background-color: rgb(159,237,170); }
div.DivClassName
{
background-color: #9FEDAA;
}
.BgClassName
{
background-color: #9FEDAA;
}
</style>
border-color css
<style>
span { border-color: #9FEDAA; }
span { border-color: rgb(159,237,170); }
td.TdClassName
{
border-color: #9FEDAA;
}
.TagClassName
{
border-color: #9FEDAA;
}
</style>