Shades of Chinook #9CE1A4
Tints of Chinook #9CE1A4
RGB
CMYK
RGB Variations
Color information
#9CE1A4 (or 0x9CE1A4) is known color: Chinook. HEX triplet: 9C, E1 and A4. RGB value is (156,225,164). Sum of RGB (Red+Green+Blue) = 156+225+164=545 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.62% from 545); Green value is 225 (88.28% from 255 or 41.28% from 545); Blue value is 164 (64.45% from 255 or 30.09% from 545); Max value from RGB is 225 - color contains mainly: green. Hex color #9CE1A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CE1A4 is #631E5B. Grayscale: #C5C5C5. Windows color (decimal): -6495836 or 10805660. OLE color: 10805660.
HSL color Cylindrical-coordinate representation of color #9CE1A4: hue angle of 126.96º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9CE1A4 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 225 | 164 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.12 |
| HSL | 126.96º | 0.53% | 0.75% | - |
| HSV(B) | 126.96º | 0.31% | 0.88% | - |
| XYZ | 47.34 | 63.6 | 44.9 | - |
| YUV | 197.42 | 109.14 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 225 | 164 | 0.31 | 0 | 0.27 | 0.12 | 126.96 | 0.53 | 0.75 |
| Hex | 9C | E1 | A4 | 1F | 0 | 1B | C | 7F | 35 | 4B |
| Octal | 234 | 341 | 244 | 37 | 0 | 33 | 14 | 177 | 65 | 113 |
| Binary | 10011100 | 11100001 | 10100100 | 11111 | 0 | 11011 | 1100 | 1111111 | 110101 | 1001011 |
Color Harmonies of #9CE1A4
Complementary color
Monochromatic Colors of #9CE1A4
Black with #9CE1A4
Text Example
Text Example
White with #9CE1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE1A4; }
p { color: rgb(156,225,164); }
H1.HeaderClassName
{
color: #9CE1A4;
}
.AnyTagClassName
{
color: #9CE1A4;
}
</style>
background-color css
<style>
a { background-color: #9CE1A4; }
a { background-color: rgb(156,225,164); }
div.DivClassName
{
background-color: #9CE1A4;
}
.BgClassName
{
background-color: #9CE1A4;
}
</style>
border-color css
<style>
span { border-color: #9CE1A4; }
span { border-color: rgb(156,225,164); }
td.TdClassName
{
border-color: #9CE1A4;
}
.TagClassName
{
border-color: #9CE1A4;
}
</style>