Shades of Chinook #93D098
Tints of Chinook #93D098
RGB
CMYK
RGB Variations
Color information
#93D098 (or 0x93D098) is known color: Chinook. HEX triplet: 93, D0 and 98. RGB value is (147,208,152). Sum of RGB (Red+Green+Blue) = 147+208+152=507 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.99% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 152 (59.77% from 255 or 29.98% from 507); Max value from RGB is 208 - color contains mainly: green. Hex color #93D098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D098 is #6C2F67. Grayscale: #B7B7B7. Windows color (decimal): -7090024 or 10014867. OLE color: 10014867.
HSL color Cylindrical-coordinate representation of color #93D098: hue angle of 124.92º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93D098 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 208 | 152 | - |
| CMYK | 0.29 | 0 | 0.27 | 0.18 |
| HSL | 124.92º | 0.39% | 0.7% | - |
| HSV(B) | 124.92º | 0.29% | 0.82% | - |
| XYZ | 40.26 | 53.58 | 37.93 | - |
| YUV | 183.38 | 110.29 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 208 | 152 | 0.29 | 0 | 0.27 | 0.18 | 124.92 | 0.39 | 0.7 |
| Hex | 93 | D0 | 98 | 1D | 0 | 1B | 12 | 7D | 27 | 46 |
| Octal | 223 | 320 | 230 | 35 | 0 | 33 | 22 | 175 | 47 | 106 |
| Binary | 10010011 | 11010000 | 10011000 | 11101 | 0 | 11011 | 10010 | 1111101 | 100111 | 1000110 |
Color Harmonies of #93D098
Complementary color
Monochromatic Colors of #93D098
Black with #93D098
Text Example
Text Example
White with #93D098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D098; }
p { color: rgb(147,208,152); }
H1.HeaderClassName
{
color: #93D098;
}
.AnyTagClassName
{
color: #93D098;
}
</style>
background-color css
<style>
a { background-color: #93D098; }
a { background-color: rgb(147,208,152); }
div.DivClassName
{
background-color: #93D098;
}
.BgClassName
{
background-color: #93D098;
}
</style>
border-color css
<style>
span { border-color: #93D098; }
span { border-color: rgb(147,208,152); }
td.TdClassName
{
border-color: #93D098;
}
.TagClassName
{
border-color: #93D098;
}
</style>