Shades of Chinook #9CE0A3
Tints of Chinook #9CE0A3
RGB
CMYK
RGB Variations
Color information
#9CE0A3 (or 0x9CE0A3) is known color: Chinook. HEX triplet: 9C, E0 and A3. RGB value is (156,224,163). Sum of RGB (Red+Green+Blue) = 156+224+163=543 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.73% from 543); Green value is 224 (87.89% from 255 or 41.25% from 543); Blue value is 163 (64.06% from 255 or 30.02% from 543); Max value from RGB is 224 - color contains mainly: green. Hex color #9CE0A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CE0A3 is #631F5C. Grayscale: #C4C4C4. Windows color (decimal): -6496093 or 10739868. OLE color: 10739868.
HSL color Cylindrical-coordinate representation of color #9CE0A3: hue angle of 126.18º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CE0A3 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 224 | 163 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.12 |
| HSL | 126.18º | 0.52% | 0.75% | - |
| HSV(B) | 126.18º | 0.3% | 0.88% | - |
| XYZ | 46.98 | 63.02 | 44.34 | - |
| YUV | 196.71 | 108.97 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 224 | 163 | 0.30 | 0 | 0.27 | 0.12 | 126.18 | 0.52 | 0.75 |
| Hex | 9C | E0 | A3 | 1E | 0 | 1B | C | 7E | 34 | 4B |
| Octal | 234 | 340 | 243 | 36 | 0 | 33 | 14 | 176 | 64 | 113 |
| Binary | 10011100 | 11100000 | 10100011 | 11110 | 0 | 11011 | 1100 | 1111110 | 110100 | 1001011 |
Color Harmonies of #9CE0A3
Complementary color
Monochromatic Colors of #9CE0A3
Black with #9CE0A3
Text Example
Text Example
White with #9CE0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE0A3; }
p { color: rgb(156,224,163); }
H1.HeaderClassName
{
color: #9CE0A3;
}
.AnyTagClassName
{
color: #9CE0A3;
}
</style>
background-color css
<style>
a { background-color: #9CE0A3; }
a { background-color: rgb(156,224,163); }
div.DivClassName
{
background-color: #9CE0A3;
}
.BgClassName
{
background-color: #9CE0A3;
}
</style>
border-color css
<style>
span { border-color: #9CE0A3; }
span { border-color: rgb(156,224,163); }
td.TdClassName
{
border-color: #9CE0A3;
}
.TagClassName
{
border-color: #9CE0A3;
}
</style>