Shades of Chinook #94D298
Tints of Chinook #94D298
RGB
CMYK
RGB Variations
Color information
#94D298 (or 0x94D298) is known color: Chinook. HEX triplet: 94, D2 and 98. RGB value is (148,210,152). Sum of RGB (Red+Green+Blue) = 148+210+152=510 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.02% from 510); Green value is 210 (82.42% from 255 or 41.18% from 510); Blue value is 152 (59.77% from 255 or 29.80% from 510); Max value from RGB is 210 - color contains mainly: green. Hex color #94D298 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D298 is #6B2D67. Grayscale: #B9B9B9. Windows color (decimal): -7023976 or 10015380. OLE color: 10015380.
HSL color Cylindrical-coordinate representation of color #94D298: hue angle of 123.87º 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 #94D298 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 210 | 152 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.18 |
| HSL | 123.87º | 0.41% | 0.7% | - |
| HSV(B) | 123.87º | 0.3% | 0.82% | - |
| XYZ | 40.93 | 54.66 | 38.1 | - |
| YUV | 184.85 | 109.46 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 210 | 152 | 0.30 | 0 | 0.28 | 0.18 | 123.87 | 0.41 | 0.7 |
| Hex | 94 | D2 | 98 | 1E | 0 | 1C | 12 | 7C | 29 | 46 |
| Octal | 224 | 322 | 230 | 36 | 0 | 34 | 22 | 174 | 51 | 106 |
| Binary | 10010100 | 11010010 | 10011000 | 11110 | 0 | 11100 | 10010 | 1111100 | 101001 | 1000110 |
Color Harmonies of #94D298
Complementary color
Monochromatic Colors of #94D298
Black with #94D298
Text Example
Text Example
White with #94D298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D298; }
p { color: rgb(148,210,152); }
H1.HeaderClassName
{
color: #94D298;
}
.AnyTagClassName
{
color: #94D298;
}
</style>
background-color css
<style>
a { background-color: #94D298; }
a { background-color: rgb(148,210,152); }
div.DivClassName
{
background-color: #94D298;
}
.BgClassName
{
background-color: #94D298;
}
</style>
border-color css
<style>
span { border-color: #94D298; }
span { border-color: rgb(148,210,152); }
td.TdClassName
{
border-color: #94D298;
}
.TagClassName
{
border-color: #94D298;
}
</style>