Shades of Chinook #98D09A
Tints of Chinook #98D09A
RGB
CMYK
RGB Variations
Color information
#98D09A (or 0x98D09A) is known color: Chinook. HEX triplet: 98, D0 and 9A. RGB value is (152,208,154). Sum of RGB (Red+Green+Blue) = 152+208+154=514 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.57% from 514); Green value is 208 (81.64% from 255 or 40.47% from 514); Blue value is 154 (60.55% from 255 or 29.96% from 514); Max value from RGB is 208 - color contains mainly: green. Hex color #98D09A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D09A is #672F65. Grayscale: #B9B9B9. Windows color (decimal): -6762342 or 10145944. OLE color: 10145944.
HSL color Cylindrical-coordinate representation of color #98D09A: hue angle of 122.14º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98D09A is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 208 | 154 | - |
| CMYK | 0.27 | 0 | 0.26 | 0.18 |
| HSL | 122.14º | 0.37% | 0.71% | - |
| HSV(B) | 122.14º | 0.27% | 0.82% | - |
| XYZ | 41.34 | 54.12 | 38.84 | - |
| YUV | 185.1 | 110.45 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 208 | 154 | 0.27 | 0 | 0.26 | 0.18 | 122.14 | 0.37 | 0.71 |
| Hex | 98 | D0 | 9A | 1B | 0 | 1A | 12 | 7A | 25 | 47 |
| Octal | 230 | 320 | 232 | 33 | 0 | 32 | 22 | 172 | 45 | 107 |
| Binary | 10011000 | 11010000 | 10011010 | 11011 | 0 | 11010 | 10010 | 1111010 | 100101 | 1000111 |
Color Harmonies of #98D09A
Complementary color
Monochromatic Colors of #98D09A
Black with #98D09A
Text Example
Text Example
White with #98D09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D09A; }
p { color: rgb(152,208,154); }
H1.HeaderClassName
{
color: #98D09A;
}
.AnyTagClassName
{
color: #98D09A;
}
</style>
background-color css
<style>
a { background-color: #98D09A; }
a { background-color: rgb(152,208,154); }
div.DivClassName
{
background-color: #98D09A;
}
.BgClassName
{
background-color: #98D09A;
}
</style>
border-color css
<style>
span { border-color: #98D09A; }
span { border-color: rgb(152,208,154); }
td.TdClassName
{
border-color: #98D09A;
}
.TagClassName
{
border-color: #98D09A;
}
</style>