Shades of Chinook #94F0AD
Tints of Chinook #94F0AD
RGB
CMYK
RGB Variations
Color information
#94F0AD (or 0x94F0AD) is known color: Chinook. HEX triplet: 94, F0 and AD. RGB value is (148,240,173). Sum of RGB (Red+Green+Blue) = 148+240+173=561 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.38% from 561); Green value is 240 (94.14% from 255 or 42.78% from 561); Blue value is 173 (67.97% from 255 or 30.84% from 561); Max value from RGB is 240 - color contains mainly: green. Hex color #94F0AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F0AD is #6B0F52. Grayscale: #CDCDCD. Windows color (decimal): -7016275 or 11399316. OLE color: 11399316.
HSL color Cylindrical-coordinate representation of color #94F0AD: hue angle of 136.3º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94F0AD is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 240 | 173 | - |
| CMYK | 0.38 | 0 | 0.28 | 0.06 |
| HSL | 136.3º | 0.75% | 0.76% | - |
| HSV(B) | 136.3º | 0.38% | 0.94% | - |
| XYZ | 50.92 | 71.63 | 50.68 | - |
| YUV | 204.85 | 110.02 | 87.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 240 | 173 | 0.38 | 0 | 0.28 | 0.06 | 136.3 | 0.75 | 0.76 |
| Hex | 94 | F0 | AD | 26 | 0 | 1C | 6 | 88 | 4B | 4C |
| Octal | 224 | 360 | 255 | 46 | 0 | 34 | 6 | 210 | 113 | 114 |
| Binary | 10010100 | 11110000 | 10101101 | 100110 | 0 | 11100 | 110 | 10001000 | 1001011 | 1001100 |
Color Harmonies of #94F0AD
Complementary color
Monochromatic Colors of #94F0AD
Black with #94F0AD
Text Example
Text Example
White with #94F0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F0AD; }
p { color: rgb(148,240,173); }
H1.HeaderClassName
{
color: #94F0AD;
}
.AnyTagClassName
{
color: #94F0AD;
}
</style>
background-color css
<style>
a { background-color: #94F0AD; }
a { background-color: rgb(148,240,173); }
div.DivClassName
{
background-color: #94F0AD;
}
.BgClassName
{
background-color: #94F0AD;
}
</style>
border-color css
<style>
span { border-color: #94F0AD; }
span { border-color: rgb(148,240,173); }
td.TdClassName
{
border-color: #94F0AD;
}
.TagClassName
{
border-color: #94F0AD;
}
</style>