Shades of Chinook #9BE0A0
Tints of Chinook #9BE0A0
RGB
CMYK
RGB Variations
Color information
#9BE0A0 (or 0x9BE0A0) is known color: Chinook. HEX triplet: 9B, E0 and A0. RGB value is (155,224,160). Sum of RGB (Red+Green+Blue) = 155+224+160=539 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.76% from 539); Green value is 224 (87.89% from 255 or 41.56% from 539); Blue value is 160 (62.89% from 255 or 29.68% from 539); Max value from RGB is 224 - color contains mainly: green. Hex color #9BE0A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BE0A0 is #641F5F. Grayscale: #C4C4C4. Windows color (decimal): -6561632 or 10543259. OLE color: 10543259.
HSL color Cylindrical-coordinate representation of color #9BE0A0: hue angle of 124.35º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BE0A0 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 224 | 160 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.12 |
| HSL | 124.35º | 0.53% | 0.74% | - |
| HSV(B) | 124.35º | 0.31% | 0.88% | - |
| XYZ | 46.52 | 62.82 | 42.93 | - |
| YUV | 196.07 | 107.64 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 224 | 160 | 0.31 | 0 | 0.29 | 0.12 | 124.35 | 0.53 | 0.74 |
| Hex | 9B | E0 | A0 | 1F | 0 | 1D | C | 7C | 35 | 4A |
| Octal | 233 | 340 | 240 | 37 | 0 | 35 | 14 | 174 | 65 | 112 |
| Binary | 10011011 | 11100000 | 10100000 | 11111 | 0 | 11101 | 1100 | 1111100 | 110101 | 1001010 |
Color Harmonies of #9BE0A0
Complementary color
Monochromatic Colors of #9BE0A0
Black with #9BE0A0
Text Example
Text Example
White with #9BE0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE0A0; }
p { color: rgb(155,224,160); }
H1.HeaderClassName
{
color: #9BE0A0;
}
.AnyTagClassName
{
color: #9BE0A0;
}
</style>
background-color css
<style>
a { background-color: #9BE0A0; }
a { background-color: rgb(155,224,160); }
div.DivClassName
{
background-color: #9BE0A0;
}
.BgClassName
{
background-color: #9BE0A0;
}
</style>
border-color css
<style>
span { border-color: #9BE0A0; }
span { border-color: rgb(155,224,160); }
td.TdClassName
{
border-color: #9BE0A0;
}
.TagClassName
{
border-color: #9BE0A0;
}
</style>