Shades of Chinook #94EDAA
Tints of Chinook #94EDAA
RGB
CMYK
RGB Variations
Color information
#94EDAA (or 0x94EDAA) is known color: Chinook. HEX triplet: 94, ED and AA. RGB value is (148,237,170). Sum of RGB (Red+Green+Blue) = 148+237+170=555 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.67% from 555); Green value is 237 (92.97% from 255 or 42.70% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 237 - color contains mainly: green. Hex color #94EDAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EDAA is #6B1255. Grayscale: #CACACA. Windows color (decimal): -7017046 or 11201940. OLE color: 11201940.
HSL color Cylindrical-coordinate representation of color #94EDAA: hue angle of 134.83º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94EDAA is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 237 | 170 | - |
| CMYK | 0.38 | 0 | 0.28 | 0.07 |
| HSL | 134.83º | 0.71% | 0.75% | - |
| HSV(B) | 134.83º | 0.38% | 0.93% | - |
| XYZ | 49.75 | 69.77 | 48.87 | - |
| YUV | 202.75 | 109.51 | 88.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 237 | 170 | 0.38 | 0 | 0.28 | 0.07 | 134.83 | 0.71 | 0.75 |
| Hex | 94 | ED | AA | 26 | 0 | 1C | 7 | 87 | 47 | 4B |
| Octal | 224 | 355 | 252 | 46 | 0 | 34 | 7 | 207 | 107 | 113 |
| Binary | 10010100 | 11101101 | 10101010 | 100110 | 0 | 11100 | 111 | 10000111 | 1000111 | 1001011 |
Color Harmonies of #94EDAA
Complementary color
Monochromatic Colors of #94EDAA
Black with #94EDAA
Text Example
Text Example
White with #94EDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EDAA; }
p { color: rgb(148,237,170); }
H1.HeaderClassName
{
color: #94EDAA;
}
.AnyTagClassName
{
color: #94EDAA;
}
</style>
background-color css
<style>
a { background-color: #94EDAA; }
a { background-color: rgb(148,237,170); }
div.DivClassName
{
background-color: #94EDAA;
}
.BgClassName
{
background-color: #94EDAA;
}
</style>
border-color css
<style>
span { border-color: #94EDAA; }
span { border-color: rgb(148,237,170); }
td.TdClassName
{
border-color: #94EDAA;
}
.TagClassName
{
border-color: #94EDAA;
}
</style>