Shades of Celadon #9EF2AA
Tints of Celadon #9EF2AA
RGB
CMYK
RGB Variations
Color information
#9EF2AA (or 0x9EF2AA) is known color: Celadon. HEX triplet: 9E, F2 and AA. RGB value is (158,242,170). Sum of RGB (Red+Green+Blue) = 158+242+170=570 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.72% from 570); Green value is 242 (94.92% from 255 or 42.46% from 570); Blue value is 170 (66.80% from 255 or 29.82% from 570); Max value from RGB is 242 - color contains mainly: green. Hex color #9EF2AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EF2AA is #610D55. Grayscale: #D0D0D0. Windows color (decimal): -6360406 or 11203230. OLE color: 11203230.
HSL color Cylindrical-coordinate representation of color #9EF2AA: hue angle of 128.57º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9EF2AA is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 158 | 242 | 170 | - |
| CMYK | 0.35 | 0 | 0.30 | 0.05 |
| HSL | 128.57º | 0.76% | 0.78% | - |
| HSV(B) | 128.57º | 0.35% | 0.95% | - |
| XYZ | 53.11 | 73.68 | 49.45 | - |
| YUV | 208.68 | 106.17 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 242 | 170 | 0.35 | 0 | 0.30 | 0.05 | 128.57 | 0.76 | 0.78 |
| Hex | 9E | F2 | AA | 23 | 0 | 1E | 5 | 81 | 4C | 4E |
| Octal | 236 | 362 | 252 | 43 | 0 | 36 | 5 | 201 | 114 | 116 |
| Binary | 10011110 | 11110010 | 10101010 | 100011 | 0 | 11110 | 101 | 10000001 | 1001100 | 1001110 |
Color Harmonies of #9EF2AA
Complementary color
Monochromatic Colors of #9EF2AA
Black with #9EF2AA
Text Example
Text Example
White with #9EF2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF2AA; }
p { color: rgb(158,242,170); }
H1.HeaderClassName
{
color: #9EF2AA;
}
.AnyTagClassName
{
color: #9EF2AA;
}
</style>
background-color css
<style>
a { background-color: #9EF2AA; }
a { background-color: rgb(158,242,170); }
div.DivClassName
{
background-color: #9EF2AA;
}
.BgClassName
{
background-color: #9EF2AA;
}
</style>
border-color css
<style>
span { border-color: #9EF2AA; }
span { border-color: rgb(158,242,170); }
td.TdClassName
{
border-color: #9EF2AA;
}
.TagClassName
{
border-color: #9EF2AA;
}
</style>