Shades of Celadon #9AECA7
Tints of Celadon #9AECA7
RGB
CMYK
RGB Variations
Color information
#9AECA7 (or 0x9AECA7) is known color: Celadon. HEX triplet: 9A, EC and A7. RGB value is (154,236,167). Sum of RGB (Red+Green+Blue) = 154+236+167=557 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.65% from 557); Green value is 236 (92.58% from 255 or 42.37% from 557); Blue value is 167 (65.62% from 255 or 29.98% from 557); Max value from RGB is 236 - color contains mainly: green. Hex color #9AECA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AECA7 is #651358. Grayscale: #CBCBCB. Windows color (decimal): -6624089 or 11005082. OLE color: 11005082.
HSL color Cylindrical-coordinate representation of color #9AECA7: hue angle of 129.51º 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 #9AECA7 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 236 | 167 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.07 |
| HSL | 129.51º | 0.68% | 0.76% | - |
| HSV(B) | 129.51º | 0.35% | 0.93% | - |
| XYZ | 50.3 | 69.65 | 47.35 | - |
| YUV | 203.62 | 107.33 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 236 | 167 | 0.35 | 0 | 0.29 | 0.07 | 129.51 | 0.68 | 0.76 |
| Hex | 9A | EC | A7 | 23 | 0 | 1D | 7 | 82 | 44 | 4C |
| Octal | 232 | 354 | 247 | 43 | 0 | 35 | 7 | 202 | 104 | 114 |
| Binary | 10011010 | 11101100 | 10100111 | 100011 | 0 | 11101 | 111 | 10000010 | 1000100 | 1001100 |
Color Harmonies of #9AECA7
Complementary color
Monochromatic Colors of #9AECA7
Black with #9AECA7
Text Example
Text Example
White with #9AECA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AECA7; }
p { color: rgb(154,236,167); }
H1.HeaderClassName
{
color: #9AECA7;
}
.AnyTagClassName
{
color: #9AECA7;
}
</style>
background-color css
<style>
a { background-color: #9AECA7; }
a { background-color: rgb(154,236,167); }
div.DivClassName
{
background-color: #9AECA7;
}
.BgClassName
{
background-color: #9AECA7;
}
</style>
border-color css
<style>
span { border-color: #9AECA7; }
span { border-color: rgb(154,236,167); }
td.TdClassName
{
border-color: #9AECA7;
}
.TagClassName
{
border-color: #9AECA7;
}
</style>