Shades of Chinook #98D39F
Tints of Chinook #98D39F
RGB
CMYK
RGB Variations
Color information
#98D39F (or 0x98D39F) is known color: Chinook. HEX triplet: 98, D3 and 9F. RGB value is (152,211,159). Sum of RGB (Red+Green+Blue) = 152+211+159=522 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.12% from 522); Green value is 211 (82.81% from 255 or 40.42% from 522); Blue value is 159 (62.5% from 255 or 30.46% from 522); Max value from RGB is 211 - color contains mainly: green. Hex color #98D39F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D39F is #672C60. Grayscale: #BBBBBB. Windows color (decimal): -6761569 or 10474392. OLE color: 10474392.
HSL color Cylindrical-coordinate representation of color #98D39F: hue angle of 127.12º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98D39F is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 152 | 211 | 159 | - |
| CMYK | 0.28 | 0 | 0.25 | 0.17 |
| HSL | 127.12º | 0.4% | 0.71% | - |
| HSV(B) | 127.12º | 0.28% | 0.83% | - |
| XYZ | 42.5 | 55.77 | 41.32 | - |
| YUV | 187.43 | 111.95 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 211 | 159 | 0.28 | 0 | 0.25 | 0.17 | 127.12 | 0.4 | 0.71 |
| Hex | 98 | D3 | 9F | 1C | 0 | 19 | 11 | 7F | 28 | 47 |
| Octal | 230 | 323 | 237 | 34 | 0 | 31 | 21 | 177 | 50 | 107 |
| Binary | 10011000 | 11010011 | 10011111 | 11100 | 0 | 11001 | 10001 | 1111111 | 101000 | 1000111 |
Color Harmonies of #98D39F
Complementary color
Monochromatic Colors of #98D39F
Black with #98D39F
Text Example
Text Example
White with #98D39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D39F; }
p { color: rgb(152,211,159); }
H1.HeaderClassName
{
color: #98D39F;
}
.AnyTagClassName
{
color: #98D39F;
}
</style>
background-color css
<style>
a { background-color: #98D39F; }
a { background-color: rgb(152,211,159); }
div.DivClassName
{
background-color: #98D39F;
}
.BgClassName
{
background-color: #98D39F;
}
</style>
border-color css
<style>
span { border-color: #98D39F; }
span { border-color: rgb(152,211,159); }
td.TdClassName
{
border-color: #98D39F;
}
.TagClassName
{
border-color: #98D39F;
}
</style>