Shades of Chinook #94E5A6
Tints of Chinook #94E5A6
RGB
CMYK
RGB Variations
Color information
#94E5A6 (or 0x94E5A6) is known color: Chinook. HEX triplet: 94, E5 and A6. RGB value is (148,229,166). Sum of RGB (Red+Green+Blue) = 148+229+166=543 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.26% from 543); Green value is 229 (89.84% from 255 or 42.17% from 543); Blue value is 166 (65.23% from 255 or 30.57% from 543); Max value from RGB is 229 - color contains mainly: green. Hex color #94E5A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E5A6 is #6B1A59. Grayscale: #C5C5C5. Windows color (decimal): -7019098 or 10937748. OLE color: 10937748.
HSL color Cylindrical-coordinate representation of color #94E5A6: hue angle of 133.33º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94E5A6 is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 229 | 166 | - |
| CMYK | 0.35 | 0 | 0.28 | 0.10 |
| HSL | 133.33º | 0.61% | 0.74% | - |
| HSV(B) | 133.33º | 0.35% | 0.9% | - |
| XYZ | 47.11 | 65.09 | 46.16 | - |
| YUV | 197.6 | 110.16 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 229 | 166 | 0.35 | 0 | 0.28 | 0.10 | 133.33 | 0.61 | 0.74 |
| Hex | 94 | E5 | A6 | 23 | 0 | 1C | A | 85 | 3D | 4A |
| Octal | 224 | 345 | 246 | 43 | 0 | 34 | 12 | 205 | 75 | 112 |
| Binary | 10010100 | 11100101 | 10100110 | 100011 | 0 | 11100 | 1010 | 10000101 | 111101 | 1001010 |
Color Harmonies of #94E5A6
Complementary color
Monochromatic Colors of #94E5A6
Black with #94E5A6
Text Example
Text Example
White with #94E5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E5A6; }
p { color: rgb(148,229,166); }
H1.HeaderClassName
{
color: #94E5A6;
}
.AnyTagClassName
{
color: #94E5A6;
}
</style>
background-color css
<style>
a { background-color: #94E5A6; }
a { background-color: rgb(148,229,166); }
div.DivClassName
{
background-color: #94E5A6;
}
.BgClassName
{
background-color: #94E5A6;
}
</style>
border-color css
<style>
span { border-color: #94E5A6; }
span { border-color: rgb(148,229,166); }
td.TdClassName
{
border-color: #94E5A6;
}
.TagClassName
{
border-color: #94E5A6;
}
</style>