Shades of Chinook #9BE0A3
Tints of Chinook #9BE0A3
RGB
CMYK
RGB Variations
Color information
#9BE0A3 (or 0x9BE0A3) is known color: Chinook. HEX triplet: 9B, E0 and A3. RGB value is (155,224,163). Sum of RGB (Red+Green+Blue) = 155+224+163=542 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.60% from 542); Green value is 224 (87.89% from 255 or 41.33% from 542); Blue value is 163 (64.06% from 255 or 30.07% from 542); Max value from RGB is 224 - color contains mainly: green. Hex color #9BE0A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BE0A3 is #641F5C. Grayscale: #C4C4C4. Windows color (decimal): -6561629 or 10739867. OLE color: 10739867.
HSL color Cylindrical-coordinate representation of color #9BE0A3: hue angle of 126.96º 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 #9BE0A3 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 224 | 163 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.12 |
| HSL | 126.96º | 0.53% | 0.74% | - |
| HSV(B) | 126.96º | 0.31% | 0.88% | - |
| XYZ | 46.78 | 62.92 | 44.33 | - |
| YUV | 196.42 | 109.14 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 224 | 163 | 0.31 | 0 | 0.27 | 0.12 | 126.96 | 0.53 | 0.74 |
| Hex | 9B | E0 | A3 | 1F | 0 | 1B | C | 7F | 35 | 4A |
| Octal | 233 | 340 | 243 | 37 | 0 | 33 | 14 | 177 | 65 | 112 |
| Binary | 10011011 | 11100000 | 10100011 | 11111 | 0 | 11011 | 1100 | 1111111 | 110101 | 1001010 |
Color Harmonies of #9BE0A3
Complementary color
Monochromatic Colors of #9BE0A3
Black with #9BE0A3
Text Example
Text Example
White with #9BE0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE0A3; }
p { color: rgb(155,224,163); }
H1.HeaderClassName
{
color: #9BE0A3;
}
.AnyTagClassName
{
color: #9BE0A3;
}
</style>
background-color css
<style>
a { background-color: #9BE0A3; }
a { background-color: rgb(155,224,163); }
div.DivClassName
{
background-color: #9BE0A3;
}
.BgClassName
{
background-color: #9BE0A3;
}
</style>
border-color css
<style>
span { border-color: #9BE0A3; }
span { border-color: rgb(155,224,163); }
td.TdClassName
{
border-color: #9BE0A3;
}
.TagClassName
{
border-color: #9BE0A3;
}
</style>