Shades of Celadon #9EF1AA
Tints of Celadon #9EF1AA
RGB
CMYK
RGB Variations
Color information
#9EF1AA (or 0x9EF1AA) is known color: Celadon. HEX triplet: 9E, F1 and AA. RGB value is (158,241,170). Sum of RGB (Red+Green+Blue) = 158+241+170=569 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.77% from 569); Green value is 241 (94.53% from 255 or 42.36% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 241 - color contains mainly: green. Hex color #9EF1AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EF1AA is #610E55. Grayscale: #D0D0D0. Windows color (decimal): -6360662 or 11202974. OLE color: 11202974.
HSL color Cylindrical-coordinate representation of color #9EF1AA: hue angle of 128.67º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EF1AA is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 158 | 241 | 170 | - |
| CMYK | 0.34 | 0 | 0.29 | 0.05 |
| HSL | 128.67º | 0.75% | 0.78% | - |
| HSV(B) | 128.67º | 0.34% | 0.95% | - |
| XYZ | 52.81 | 73.08 | 49.35 | - |
| YUV | 208.09 | 106.5 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 241 | 170 | 0.34 | 0 | 0.29 | 0.05 | 128.67 | 0.75 | 0.78 |
| Hex | 9E | F1 | AA | 22 | 0 | 1D | 5 | 81 | 4B | 4E |
| Octal | 236 | 361 | 252 | 42 | 0 | 35 | 5 | 201 | 113 | 116 |
| Binary | 10011110 | 11110001 | 10101010 | 100010 | 0 | 11101 | 101 | 10000001 | 1001011 | 1001110 |
Color Harmonies of #9EF1AA
Complementary color
Monochromatic Colors of #9EF1AA
Black with #9EF1AA
Text Example
Text Example
White with #9EF1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF1AA; }
p { color: rgb(158,241,170); }
H1.HeaderClassName
{
color: #9EF1AA;
}
.AnyTagClassName
{
color: #9EF1AA;
}
</style>
background-color css
<style>
a { background-color: #9EF1AA; }
a { background-color: rgb(158,241,170); }
div.DivClassName
{
background-color: #9EF1AA;
}
.BgClassName
{
background-color: #9EF1AA;
}
</style>
border-color css
<style>
span { border-color: #9EF1AA; }
span { border-color: rgb(158,241,170); }
td.TdClassName
{
border-color: #9EF1AA;
}
.TagClassName
{
border-color: #9EF1AA;
}
</style>