Shades of Chinook #93E39F
Tints of Chinook #93E39F
RGB
CMYK
RGB Variations
Color information
#93E39F (or 0x93E39F) is known color: Chinook. HEX triplet: 93, E3 and 9F. RGB value is (147,227,159). Sum of RGB (Red+Green+Blue) = 147+227+159=533 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.58% from 533); Green value is 227 (89.06% from 255 or 42.59% from 533); Blue value is 159 (62.5% from 255 or 29.83% from 533); Max value from RGB is 227 - color contains mainly: green. Hex color #93E39F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93E39F is #6C1C60. Grayscale: #C3C3C3. Windows color (decimal): -7085153 or 10478483. OLE color: 10478483.
HSL color Cylindrical-coordinate representation of color #93E39F: hue angle of 129º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93E39F is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 147 | 227 | 159 | - |
| CMYK | 0.35 | 0 | 0.30 | 0.11 |
| HSL | 129º | 0.59% | 0.73% | - |
| HSV(B) | 129º | 0.35% | 0.89% | - |
| XYZ | 45.76 | 63.64 | 42.67 | - |
| YUV | 195.33 | 107.5 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 227 | 159 | 0.35 | 0 | 0.30 | 0.11 | 129 | 0.59 | 0.73 |
| Hex | 93 | E3 | 9F | 23 | 0 | 1E | B | 81 | 3B | 49 |
| Octal | 223 | 343 | 237 | 43 | 0 | 36 | 13 | 201 | 73 | 111 |
| Binary | 10010011 | 11100011 | 10011111 | 100011 | 0 | 11110 | 1011 | 10000001 | 111011 | 1001001 |
Color Harmonies of #93E39F
Complementary color
Monochromatic Colors of #93E39F
Black with #93E39F
Text Example
Text Example
White with #93E39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E39F; }
p { color: rgb(147,227,159); }
H1.HeaderClassName
{
color: #93E39F;
}
.AnyTagClassName
{
color: #93E39F;
}
</style>
background-color css
<style>
a { background-color: #93E39F; }
a { background-color: rgb(147,227,159); }
div.DivClassName
{
background-color: #93E39F;
}
.BgClassName
{
background-color: #93E39F;
}
</style>
border-color css
<style>
span { border-color: #93E39F; }
span { border-color: rgb(147,227,159); }
td.TdClassName
{
border-color: #93E39F;
}
.TagClassName
{
border-color: #93E39F;
}
</style>