Shades of Celadon #9FEDAC
Tints of Celadon #9FEDAC
RGB
CMYK
RGB Variations
Color information
#9FEDAC (or 0x9FEDAC) is known color: Celadon. HEX triplet: 9F, ED and AC. RGB value is (159,237,172). Sum of RGB (Red+Green+Blue) = 159+237+172=568 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.99% from 568); Green value is 237 (92.97% from 255 or 41.73% from 568); Blue value is 172 (67.58% from 255 or 30.28% from 568); Max value from RGB is 237 - color contains mainly: green. Hex color #9FEDAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FEDAC is #601253. Grayscale: #CECECE. Windows color (decimal): -6296148 or 11333023. OLE color: 11333023.
HSL color Cylindrical-coordinate representation of color #9FEDAC: hue angle of 130º 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 #9FEDAC is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 237 | 172 | - |
| CMYK | 0.33 | 0 | 0.27 | 0.07 |
| HSL | 130º | 0.68% | 0.78% | - |
| HSV(B) | 130º | 0.33% | 0.93% | - |
| XYZ | 52.03 | 70.92 | 49.98 | - |
| YUV | 206.27 | 108.66 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 237 | 172 | 0.33 | 0 | 0.27 | 0.07 | 130 | 0.68 | 0.78 |
| Hex | 9F | ED | AC | 21 | 0 | 1B | 7 | 82 | 44 | 4E |
| Octal | 237 | 355 | 254 | 41 | 0 | 33 | 7 | 202 | 104 | 116 |
| Binary | 10011111 | 11101101 | 10101100 | 100001 | 0 | 11011 | 111 | 10000010 | 1000100 | 1001110 |
Color Harmonies of #9FEDAC
Complementary color
Monochromatic Colors of #9FEDAC
Black with #9FEDAC
Text Example
Text Example
White with #9FEDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEDAC; }
p { color: rgb(159,237,172); }
H1.HeaderClassName
{
color: #9FEDAC;
}
.AnyTagClassName
{
color: #9FEDAC;
}
</style>
background-color css
<style>
a { background-color: #9FEDAC; }
a { background-color: rgb(159,237,172); }
div.DivClassName
{
background-color: #9FEDAC;
}
.BgClassName
{
background-color: #9FEDAC;
}
</style>
border-color css
<style>
span { border-color: #9FEDAC; }
span { border-color: rgb(159,237,172); }
td.TdClassName
{
border-color: #9FEDAC;
}
.TagClassName
{
border-color: #9FEDAC;
}
</style>