Shades of Celadon #9AECAA
Tints of Celadon #9AECAA
RGB
CMYK
RGB Variations
Color information
#9AECAA (or 0x9AECAA) is known color: Celadon. HEX triplet: 9A, EC and AA. RGB value is (154,236,170). Sum of RGB (Red+Green+Blue) = 154+236+170=560 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.5% from 560); Green value is 236 (92.58% from 255 or 42.14% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 236 - color contains mainly: green. Hex color #9AECAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AECAA is #651355. Grayscale: #CCCCCC. Windows color (decimal): -6624086 or 11201690. OLE color: 11201690.
HSL color Cylindrical-coordinate representation of color #9AECAA: hue angle of 131.71º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AECAA is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 236 | 170 | - |
| CMYK | 0.35 | 0 | 0.28 | 0.07 |
| HSL | 131.71º | 0.68% | 0.76% | - |
| HSV(B) | 131.71º | 0.35% | 0.93% | - |
| XYZ | 50.58 | 69.76 | 48.83 | - |
| YUV | 203.96 | 108.83 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 236 | 170 | 0.35 | 0 | 0.28 | 0.07 | 131.71 | 0.68 | 0.76 |
| Hex | 9A | EC | AA | 23 | 0 | 1C | 7 | 84 | 44 | 4C |
| Octal | 232 | 354 | 252 | 43 | 0 | 34 | 7 | 204 | 104 | 114 |
| Binary | 10011010 | 11101100 | 10101010 | 100011 | 0 | 11100 | 111 | 10000100 | 1000100 | 1001100 |
Color Harmonies of #9AECAA
Complementary color
Monochromatic Colors of #9AECAA
Black with #9AECAA
Text Example
Text Example
White with #9AECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AECAA; }
p { color: rgb(154,236,170); }
H1.HeaderClassName
{
color: #9AECAA;
}
.AnyTagClassName
{
color: #9AECAA;
}
</style>
background-color css
<style>
a { background-color: #9AECAA; }
a { background-color: rgb(154,236,170); }
div.DivClassName
{
background-color: #9AECAA;
}
.BgClassName
{
background-color: #9AECAA;
}
</style>
border-color css
<style>
span { border-color: #9AECAA; }
span { border-color: rgb(154,236,170); }
td.TdClassName
{
border-color: #9AECAA;
}
.TagClassName
{
border-color: #9AECAA;
}
</style>