Shades of Chinook #94D29A
Tints of Chinook #94D29A
RGB
CMYK
RGB Variations
Color information
#94D29A (or 0x94D29A) is known color: Chinook. HEX triplet: 94, D2 and 9A. RGB value is (148,210,154). Sum of RGB (Red+Green+Blue) = 148+210+154=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 154 (60.55% from 255 or 30.08% from 512); Max value from RGB is 210 - color contains mainly: green. Hex color #94D29A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D29A is #6B2D65. Grayscale: #B9B9B9. Windows color (decimal): -7023974 or 10146452. OLE color: 10146452.
HSL color Cylindrical-coordinate representation of color #94D29A: hue angle of 125.81º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94D29A is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 210 | 154 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.18 |
| HSL | 125.81º | 0.41% | 0.7% | - |
| HSV(B) | 125.81º | 0.3% | 0.82% | - |
| XYZ | 41.09 | 54.72 | 38.97 | - |
| YUV | 185.08 | 110.46 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 210 | 154 | 0.30 | 0 | 0.27 | 0.18 | 125.81 | 0.41 | 0.7 |
| Hex | 94 | D2 | 9A | 1E | 0 | 1B | 12 | 7E | 29 | 46 |
| Octal | 224 | 322 | 232 | 36 | 0 | 33 | 22 | 176 | 51 | 106 |
| Binary | 10010100 | 11010010 | 10011010 | 11110 | 0 | 11011 | 10010 | 1111110 | 101001 | 1000110 |
Color Harmonies of #94D29A
Complementary color
Monochromatic Colors of #94D29A
Black with #94D29A
Text Example
Text Example
White with #94D29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D29A; }
p { color: rgb(148,210,154); }
H1.HeaderClassName
{
color: #94D29A;
}
.AnyTagClassName
{
color: #94D29A;
}
</style>
background-color css
<style>
a { background-color: #94D29A; }
a { background-color: rgb(148,210,154); }
div.DivClassName
{
background-color: #94D29A;
}
.BgClassName
{
background-color: #94D29A;
}
</style>
border-color css
<style>
span { border-color: #94D29A; }
span { border-color: rgb(148,210,154); }
td.TdClassName
{
border-color: #94D29A;
}
.TagClassName
{
border-color: #94D29A;
}
</style>