Shades of Chinook #93E1A9
Tints of Chinook #93E1A9
RGB
CMYK
RGB Variations
Color information
#93E1A9 (or 0x93E1A9) is known color: Chinook. HEX triplet: 93, E1 and A9. RGB value is (147,225,169). Sum of RGB (Red+Green+Blue) = 147+225+169=541 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.17% from 541); Green value is 225 (88.28% from 255 or 41.59% from 541); Blue value is 169 (66.41% from 255 or 31.24% from 541); Max value from RGB is 225 - color contains mainly: green. Hex color #93E1A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93E1A9 is #6C1E56. Grayscale: #C3C3C3. Windows color (decimal): -7085655 or 11133331. OLE color: 11133331.
HSL color Cylindrical-coordinate representation of color #93E1A9: hue angle of 136.92º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93E1A9 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 147 | 225 | 169 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.12 |
| HSL | 136.92º | 0.57% | 0.73% | - |
| HSV(B) | 136.92º | 0.35% | 0.88% | - |
| XYZ | 46.12 | 62.92 | 47.25 | - |
| YUV | 195.29 | 113.16 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 225 | 169 | 0.35 | 0 | 0.25 | 0.12 | 136.92 | 0.57 | 0.73 |
| Hex | 93 | E1 | A9 | 23 | 0 | 19 | C | 89 | 39 | 49 |
| Octal | 223 | 341 | 251 | 43 | 0 | 31 | 14 | 211 | 71 | 111 |
| Binary | 10010011 | 11100001 | 10101001 | 100011 | 0 | 11001 | 1100 | 10001001 | 111001 | 1001001 |
Color Harmonies of #93E1A9
Complementary color
Monochromatic Colors of #93E1A9
Black with #93E1A9
Text Example
Text Example
White with #93E1A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E1A9; }
p { color: rgb(147,225,169); }
H1.HeaderClassName
{
color: #93E1A9;
}
.AnyTagClassName
{
color: #93E1A9;
}
</style>
background-color css
<style>
a { background-color: #93E1A9; }
a { background-color: rgb(147,225,169); }
div.DivClassName
{
background-color: #93E1A9;
}
.BgClassName
{
background-color: #93E1A9;
}
</style>
border-color css
<style>
span { border-color: #93E1A9; }
span { border-color: rgb(147,225,169); }
td.TdClassName
{
border-color: #93E1A9;
}
.TagClassName
{
border-color: #93E1A9;
}
</style>