Shades of Celadon #9EF4AE
Tints of Celadon #9EF4AE
RGB
CMYK
RGB Variations
Color information
#9EF4AE (or 0x9EF4AE) is known color: Celadon. HEX triplet: 9E, F4 and AE. RGB value is (158,244,174). Sum of RGB (Red+Green+Blue) = 158+244+174=576 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.43% from 576); Green value is 244 (95.70% from 255 or 42.36% from 576); Blue value is 174 (68.36% from 255 or 30.21% from 576); Max value from RGB is 244 - color contains mainly: green. Hex color #9EF4AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EF4AE is #610B51. Grayscale: #D2D2D2. Windows color (decimal): -6359890 or 11465886. OLE color: 11465886.
HSL color Cylindrical-coordinate representation of color #9EF4AE: hue angle of 131.16º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9EF4AE is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 158 | 244 | 174 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.04 |
| HSL | 131.16º | 0.8% | 0.79% | - |
| HSV(B) | 131.16º | 0.35% | 0.96% | - |
| XYZ | 54.09 | 75.03 | 51.68 | - |
| YUV | 210.31 | 107.51 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 244 | 174 | 0.35 | 0 | 0.29 | 0.04 | 131.16 | 0.8 | 0.79 |
| Hex | 9E | F4 | AE | 23 | 0 | 1D | 4 | 83 | 50 | 4F |
| Octal | 236 | 364 | 256 | 43 | 0 | 35 | 4 | 203 | 120 | 117 |
| Binary | 10011110 | 11110100 | 10101110 | 100011 | 0 | 11101 | 100 | 10000011 | 1010000 | 1001111 |
Color Harmonies of #9EF4AE
Complementary color
Monochromatic Colors of #9EF4AE
Black with #9EF4AE
Text Example
Text Example
White with #9EF4AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF4AE; }
p { color: rgb(158,244,174); }
H1.HeaderClassName
{
color: #9EF4AE;
}
.AnyTagClassName
{
color: #9EF4AE;
}
</style>
background-color css
<style>
a { background-color: #9EF4AE; }
a { background-color: rgb(158,244,174); }
div.DivClassName
{
background-color: #9EF4AE;
}
.BgClassName
{
background-color: #9EF4AE;
}
</style>
border-color css
<style>
span { border-color: #9EF4AE; }
span { border-color: rgb(158,244,174); }
td.TdClassName
{
border-color: #9EF4AE;
}
.TagClassName
{
border-color: #9EF4AE;
}
</style>