Shades of Chinook #93D49D
Tints of Chinook #93D49D
RGB
CMYK
RGB Variations
Color information
#93D49D (or 0x93D49D) is known color: Chinook. HEX triplet: 93, D4 and 9D. RGB value is (147,212,157). Sum of RGB (Red+Green+Blue) = 147+212+157=516 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.49% from 516); Green value is 212 (83.20% from 255 or 41.09% from 516); Blue value is 157 (61.72% from 255 or 30.43% from 516); Max value from RGB is 212 - color contains mainly: green. Hex color #93D49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D49D is #6C2B62. Grayscale: #BABABA. Windows color (decimal): -7088995 or 10343571. OLE color: 10343571.
HSL color Cylindrical-coordinate representation of color #93D49D: hue angle of 129.23º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93D49D is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 147 | 212 | 157 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.17 |
| HSL | 129.23º | 0.43% | 0.7% | - |
| HSV(B) | 129.23º | 0.31% | 0.83% | - |
| XYZ | 41.66 | 55.72 | 40.46 | - |
| YUV | 186.3 | 111.47 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 212 | 157 | 0.31 | 0 | 0.26 | 0.17 | 129.23 | 0.43 | 0.7 |
| Hex | 93 | D4 | 9D | 1F | 0 | 1A | 11 | 81 | 2B | 46 |
| Octal | 223 | 324 | 235 | 37 | 0 | 32 | 21 | 201 | 53 | 106 |
| Binary | 10010011 | 11010100 | 10011101 | 11111 | 0 | 11010 | 10001 | 10000001 | 101011 | 1000110 |
Color Harmonies of #93D49D
Complementary color
Monochromatic Colors of #93D49D
Black with #93D49D
Text Example
Text Example
White with #93D49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D49D; }
p { color: rgb(147,212,157); }
H1.HeaderClassName
{
color: #93D49D;
}
.AnyTagClassName
{
color: #93D49D;
}
</style>
background-color css
<style>
a { background-color: #93D49D; }
a { background-color: rgb(147,212,157); }
div.DivClassName
{
background-color: #93D49D;
}
.BgClassName
{
background-color: #93D49D;
}
</style>
border-color css
<style>
span { border-color: #93D49D; }
span { border-color: rgb(147,212,157); }
td.TdClassName
{
border-color: #93D49D;
}
.TagClassName
{
border-color: #93D49D;
}
</style>