Shades of Celadon #9FEDAF
Tints of Celadon #9FEDAF
RGB
CMYK
RGB Variations
Color information
#9FEDAF (or 0x9FEDAF) is known color: Celadon. HEX triplet: 9F, ED and AF. RGB value is (159,237,175). Sum of RGB (Red+Green+Blue) = 159+237+175=571 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.85% from 571); Green value is 237 (92.97% from 255 or 41.51% from 571); Blue value is 175 (68.75% from 255 or 30.65% from 571); Max value from RGB is 237 - color contains mainly: green. Hex color #9FEDAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FEDAF is #601250. Grayscale: #CECECE. Windows color (decimal): -6296145 or 11529631. OLE color: 11529631.
HSL color Cylindrical-coordinate representation of color #9FEDAF: hue angle of 132.31º 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 #9FEDAF is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 237 | 175 | - |
| CMYK | 0.33 | 0 | 0.26 | 0.07 |
| HSL | 132.31º | 0.68% | 0.78% | - |
| HSV(B) | 132.31º | 0.33% | 0.93% | - |
| XYZ | 52.32 | 71.03 | 51.51 | - |
| YUV | 206.61 | 110.16 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 237 | 175 | 0.33 | 0 | 0.26 | 0.07 | 132.31 | 0.68 | 0.78 |
| Hex | 9F | ED | AF | 21 | 0 | 1A | 7 | 84 | 44 | 4E |
| Octal | 237 | 355 | 257 | 41 | 0 | 32 | 7 | 204 | 104 | 116 |
| Binary | 10011111 | 11101101 | 10101111 | 100001 | 0 | 11010 | 111 | 10000100 | 1000100 | 1001110 |
Color Harmonies of #9FEDAF
Complementary color
Monochromatic Colors of #9FEDAF
Black with #9FEDAF
Text Example
Text Example
White with #9FEDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEDAF; }
p { color: rgb(159,237,175); }
H1.HeaderClassName
{
color: #9FEDAF;
}
.AnyTagClassName
{
color: #9FEDAF;
}
</style>
background-color css
<style>
a { background-color: #9FEDAF; }
a { background-color: rgb(159,237,175); }
div.DivClassName
{
background-color: #9FEDAF;
}
.BgClassName
{
background-color: #9FEDAF;
}
</style>
border-color css
<style>
span { border-color: #9FEDAF; }
span { border-color: rgb(159,237,175); }
td.TdClassName
{
border-color: #9FEDAF;
}
.TagClassName
{
border-color: #9FEDAF;
}
</style>