Shades of Chinook #9BE1A0
Tints of Chinook #9BE1A0
RGB
CMYK
RGB Variations
Color information
#9BE1A0 (or 0x9BE1A0) is known color: Chinook. HEX triplet: 9B, E1 and A0. RGB value is (155,225,160). Sum of RGB (Red+Green+Blue) = 155+225+160=540 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.70% from 540); Green value is 225 (88.28% from 255 or 41.67% from 540); Blue value is 160 (62.89% from 255 or 29.63% from 540); Max value from RGB is 225 - color contains mainly: green. Hex color #9BE1A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BE1A0 is #641E5F. Grayscale: #C4C4C4. Windows color (decimal): -6561376 or 10543515. OLE color: 10543515.
HSL color Cylindrical-coordinate representation of color #9BE1A0: hue angle of 124.29º degrees, saturation: 0.54, 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 #9BE1A0 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 225 | 160 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.12 |
| HSL | 124.29º | 0.54% | 0.75% | - |
| HSV(B) | 124.29º | 0.31% | 0.88% | - |
| XYZ | 46.79 | 63.36 | 43.02 | - |
| YUV | 196.66 | 107.31 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 225 | 160 | 0.31 | 0 | 0.29 | 0.12 | 124.29 | 0.54 | 0.75 |
| Hex | 9B | E1 | A0 | 1F | 0 | 1D | C | 7C | 36 | 4B |
| Octal | 233 | 341 | 240 | 37 | 0 | 35 | 14 | 174 | 66 | 113 |
| Binary | 10011011 | 11100001 | 10100000 | 11111 | 0 | 11101 | 1100 | 1111100 | 110110 | 1001011 |
Color Harmonies of #9BE1A0
Complementary color
Monochromatic Colors of #9BE1A0
Black with #9BE1A0
Text Example
Text Example
White with #9BE1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE1A0; }
p { color: rgb(155,225,160); }
H1.HeaderClassName
{
color: #9BE1A0;
}
.AnyTagClassName
{
color: #9BE1A0;
}
</style>
background-color css
<style>
a { background-color: #9BE1A0; }
a { background-color: rgb(155,225,160); }
div.DivClassName
{
background-color: #9BE1A0;
}
.BgClassName
{
background-color: #9BE1A0;
}
</style>
border-color css
<style>
span { border-color: #9BE1A0; }
span { border-color: rgb(155,225,160); }
td.TdClassName
{
border-color: #9BE1A0;
}
.TagClassName
{
border-color: #9BE1A0;
}
</style>