Shades of Celadon #9FE9AE
Tints of Celadon #9FE9AE
RGB
CMYK
RGB Variations
Color information
#9FE9AE (or 0x9FE9AE) is known color: Celadon. HEX triplet: 9F, E9 and AE. RGB value is (159,233,174). Sum of RGB (Red+Green+Blue) = 159+233+174=566 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.09% from 566); Green value is 233 (91.41% from 255 or 41.17% from 566); Blue value is 174 (68.36% from 255 or 30.74% from 566); Max value from RGB is 233 - color contains mainly: green. Hex color #9FE9AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FE9AE is #601651. Grayscale: #CCCCCC. Windows color (decimal): -6297170 or 11463071. OLE color: 11463071.
HSL color Cylindrical-coordinate representation of color #9FE9AE: hue angle of 132.16º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FE9AE is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 233 | 174 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.09 |
| HSL | 132.16º | 0.63% | 0.77% | - |
| HSV(B) | 132.16º | 0.32% | 0.91% | - |
| XYZ | 51.08 | 68.7 | 50.61 | - |
| YUV | 204.15 | 110.98 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 233 | 174 | 0.32 | 0 | 0.25 | 0.09 | 132.16 | 0.63 | 0.77 |
| Hex | 9F | E9 | AE | 20 | 0 | 19 | 9 | 84 | 3F | 4D |
| Octal | 237 | 351 | 256 | 40 | 0 | 31 | 11 | 204 | 77 | 115 |
| Binary | 10011111 | 11101001 | 10101110 | 100000 | 0 | 11001 | 1001 | 10000100 | 111111 | 1001101 |
Color Harmonies of #9FE9AE
Complementary color
Monochromatic Colors of #9FE9AE
Black with #9FE9AE
Text Example
Text Example
White with #9FE9AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE9AE; }
p { color: rgb(159,233,174); }
H1.HeaderClassName
{
color: #9FE9AE;
}
.AnyTagClassName
{
color: #9FE9AE;
}
</style>
background-color css
<style>
a { background-color: #9FE9AE; }
a { background-color: rgb(159,233,174); }
div.DivClassName
{
background-color: #9FE9AE;
}
.BgClassName
{
background-color: #9FE9AE;
}
</style>
border-color css
<style>
span { border-color: #9FE9AE; }
span { border-color: rgb(159,233,174); }
td.TdClassName
{
border-color: #9FE9AE;
}
.TagClassName
{
border-color: #9FE9AE;
}
</style>