Shades of Chinook #93DC9D
Tints of Chinook #93DC9D
RGB
CMYK
RGB Variations
Color information
#93DC9D (or 0x93DC9D) is known color: Chinook. HEX triplet: 93, DC and 9D. RGB value is (147,220,157). Sum of RGB (Red+Green+Blue) = 147+220+157=524 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.05% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 157 (61.72% from 255 or 29.96% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #93DC9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DC9D is #6C2362. Grayscale: #BFBFBF. Windows color (decimal): -7086947 or 10345619. OLE color: 10345619.
HSL color Cylindrical-coordinate representation of color #93DC9D: hue angle of 128.22º 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 #93DC9D is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 220 | 157 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.14 |
| HSL | 128.22º | 0.51% | 0.72% | - |
| HSV(B) | 128.22º | 0.33% | 0.86% | - |
| XYZ | 43.71 | 59.82 | 41.14 | - |
| YUV | 190.99 | 108.82 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 220 | 157 | 0.33 | 0 | 0.29 | 0.14 | 128.22 | 0.51 | 0.72 |
| Hex | 93 | DC | 9D | 21 | 0 | 1D | E | 80 | 33 | 48 |
| Octal | 223 | 334 | 235 | 41 | 0 | 35 | 16 | 200 | 63 | 110 |
| Binary | 10010011 | 11011100 | 10011101 | 100001 | 0 | 11101 | 1110 | 10000000 | 110011 | 1001000 |
Color Harmonies of #93DC9D
Complementary color
Monochromatic Colors of #93DC9D
Black with #93DC9D
Text Example
Text Example
White with #93DC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DC9D; }
p { color: rgb(147,220,157); }
H1.HeaderClassName
{
color: #93DC9D;
}
.AnyTagClassName
{
color: #93DC9D;
}
</style>
background-color css
<style>
a { background-color: #93DC9D; }
a { background-color: rgb(147,220,157); }
div.DivClassName
{
background-color: #93DC9D;
}
.BgClassName
{
background-color: #93DC9D;
}
</style>
border-color css
<style>
span { border-color: #93DC9D; }
span { border-color: rgb(147,220,157); }
td.TdClassName
{
border-color: #93DC9D;
}
.TagClassName
{
border-color: #93DC9D;
}
</style>