Shades of Chinook #93DC9F
Tints of Chinook #93DC9F
RGB
CMYK
RGB Variations
Color information
#93DC9F (or 0x93DC9F) is known color: Chinook. HEX triplet: 93, DC and 9F. RGB value is (147,220,159). Sum of RGB (Red+Green+Blue) = 147+220+159=526 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.95% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 159 (62.5% from 255 or 30.23% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #93DC9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DC9F is #6C2360. Grayscale: #BFBFBF. Windows color (decimal): -7086945 or 10476691. OLE color: 10476691.
HSL color Cylindrical-coordinate representation of color #93DC9F: hue angle of 129.86º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DC9F is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 220 | 159 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.14 |
| HSL | 129.86º | 0.51% | 0.72% | - |
| HSV(B) | 129.86º | 0.33% | 0.86% | - |
| XYZ | 43.88 | 59.89 | 42.05 | - |
| YUV | 191.22 | 109.82 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 220 | 159 | 0.33 | 0 | 0.28 | 0.14 | 129.86 | 0.51 | 0.72 |
| Hex | 93 | DC | 9F | 21 | 0 | 1C | E | 82 | 33 | 48 |
| Octal | 223 | 334 | 237 | 41 | 0 | 34 | 16 | 202 | 63 | 110 |
| Binary | 10010011 | 11011100 | 10011111 | 100001 | 0 | 11100 | 1110 | 10000010 | 110011 | 1001000 |
Color Harmonies of #93DC9F
Complementary color
Monochromatic Colors of #93DC9F
Black with #93DC9F
Text Example
Text Example
White with #93DC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DC9F; }
p { color: rgb(147,220,159); }
H1.HeaderClassName
{
color: #93DC9F;
}
.AnyTagClassName
{
color: #93DC9F;
}
</style>
background-color css
<style>
a { background-color: #93DC9F; }
a { background-color: rgb(147,220,159); }
div.DivClassName
{
background-color: #93DC9F;
}
.BgClassName
{
background-color: #93DC9F;
}
</style>
border-color css
<style>
span { border-color: #93DC9F; }
span { border-color: rgb(147,220,159); }
td.TdClassName
{
border-color: #93DC9F;
}
.TagClassName
{
border-color: #93DC9F;
}
</style>