Shades of Celadon #9FE6AD
Tints of Celadon #9FE6AD
RGB
CMYK
RGB Variations
Color information
#9FE6AD (or 0x9FE6AD) is known color: Celadon. HEX triplet: 9F, E6 and AD. RGB value is (159,230,173). Sum of RGB (Red+Green+Blue) = 159+230+173=562 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.29% from 562); Green value is 230 (90.23% from 255 or 40.93% from 562); Blue value is 173 (67.97% from 255 or 30.78% from 562); Max value from RGB is 230 - color contains mainly: green. Hex color #9FE6AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FE6AD is #601952. Grayscale: #CACACA. Windows color (decimal): -6297939 or 11396767. OLE color: 11396767.
HSL color Cylindrical-coordinate representation of color #9FE6AD: hue angle of 131.83º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FE6AD is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 230 | 173 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.10 |
| HSL | 131.83º | 0.59% | 0.76% | - |
| HSV(B) | 131.83º | 0.31% | 0.9% | - |
| XYZ | 50.14 | 66.98 | 49.82 | - |
| YUV | 202.27 | 111.48 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 230 | 173 | 0.31 | 0 | 0.25 | 0.10 | 131.83 | 0.59 | 0.76 |
| Hex | 9F | E6 | AD | 1F | 0 | 19 | A | 84 | 3B | 4C |
| Octal | 237 | 346 | 255 | 37 | 0 | 31 | 12 | 204 | 73 | 114 |
| Binary | 10011111 | 11100110 | 10101101 | 11111 | 0 | 11001 | 1010 | 10000100 | 111011 | 1001100 |
Color Harmonies of #9FE6AD
Complementary color
Monochromatic Colors of #9FE6AD
Black with #9FE6AD
Text Example
Text Example
White with #9FE6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE6AD; }
p { color: rgb(159,230,173); }
H1.HeaderClassName
{
color: #9FE6AD;
}
.AnyTagClassName
{
color: #9FE6AD;
}
</style>
background-color css
<style>
a { background-color: #9FE6AD; }
a { background-color: rgb(159,230,173); }
div.DivClassName
{
background-color: #9FE6AD;
}
.BgClassName
{
background-color: #9FE6AD;
}
</style>
border-color css
<style>
span { border-color: #9FE6AD; }
span { border-color: rgb(159,230,173); }
td.TdClassName
{
border-color: #9FE6AD;
}
.TagClassName
{
border-color: #9FE6AD;
}
</style>