Shades of Chinook #93E5A6
Tints of Chinook #93E5A6
RGB
CMYK
RGB Variations
Color information
#93E5A6 (or 0x93E5A6) is known color: Chinook. HEX triplet: 93, E5 and A6. RGB value is (147,229,166). Sum of RGB (Red+Green+Blue) = 147+229+166=542 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.12% from 542); Green value is 229 (89.84% from 255 or 42.25% from 542); Blue value is 166 (65.23% from 255 or 30.63% from 542); Max value from RGB is 229 - color contains mainly: green. Hex color #93E5A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93E5A6 is #6C1A59. Grayscale: #C5C5C5. Windows color (decimal): -7084634 or 10937747. OLE color: 10937747.
HSL color Cylindrical-coordinate representation of color #93E5A6: hue angle of 133.9º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #93E5A6 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 147 | 229 | 166 | - |
| CMYK | 0.36 | 0 | 0.28 | 0.10 |
| HSL | 133.9º | 0.61% | 0.74% | - |
| HSV(B) | 133.9º | 0.36% | 0.9% | - |
| XYZ | 46.93 | 64.99 | 46.15 | - |
| YUV | 197.3 | 110.33 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 229 | 166 | 0.36 | 0 | 0.28 | 0.10 | 133.9 | 0.61 | 0.74 |
| Hex | 93 | E5 | A6 | 24 | 0 | 1C | A | 86 | 3D | 4A |
| Octal | 223 | 345 | 246 | 44 | 0 | 34 | 12 | 206 | 75 | 112 |
| Binary | 10010011 | 11100101 | 10100110 | 100100 | 0 | 11100 | 1010 | 10000110 | 111101 | 1001010 |
Color Harmonies of #93E5A6
Complementary color
Monochromatic Colors of #93E5A6
Black with #93E5A6
Text Example
Text Example
White with #93E5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E5A6; }
p { color: rgb(147,229,166); }
H1.HeaderClassName
{
color: #93E5A6;
}
.AnyTagClassName
{
color: #93E5A6;
}
</style>
background-color css
<style>
a { background-color: #93E5A6; }
a { background-color: rgb(147,229,166); }
div.DivClassName
{
background-color: #93E5A6;
}
.BgClassName
{
background-color: #93E5A6;
}
</style>
border-color css
<style>
span { border-color: #93E5A6; }
span { border-color: rgb(147,229,166); }
td.TdClassName
{
border-color: #93E5A6;
}
.TagClassName
{
border-color: #93E5A6;
}
</style>