Shades of Chinook #94E7A5
Tints of Chinook #94E7A5
RGB
CMYK
RGB Variations
Color information
#94E7A5 (or 0x94E7A5) is known color: Chinook. HEX triplet: 94, E7 and A5. RGB value is (148,231,165). Sum of RGB (Red+Green+Blue) = 148+231+165=544 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.21% from 544); Green value is 231 (90.62% from 255 or 42.46% from 544); Blue value is 165 (64.84% from 255 or 30.33% from 544); Max value from RGB is 231 - color contains mainly: green. Hex color #94E7A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94E7A5 is #6B185A. Grayscale: #C6C6C6. Windows color (decimal): -7018587 or 10872724. OLE color: 10872724.
HSL color Cylindrical-coordinate representation of color #94E7A5: hue angle of 132.29º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94E7A5 is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 148 | 231 | 165 | - |
| CMYK | 0.36 | 0 | 0.29 | 0.09 |
| HSL | 132.29º | 0.63% | 0.74% | - |
| HSV(B) | 132.29º | 0.36% | 0.91% | - |
| XYZ | 47.58 | 66.16 | 45.86 | - |
| YUV | 198.66 | 109 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 231 | 165 | 0.36 | 0 | 0.29 | 0.09 | 132.29 | 0.63 | 0.74 |
| Hex | 94 | E7 | A5 | 24 | 0 | 1D | 9 | 84 | 3F | 4A |
| Octal | 224 | 347 | 245 | 44 | 0 | 35 | 11 | 204 | 77 | 112 |
| Binary | 10010100 | 11100111 | 10100101 | 100100 | 0 | 11101 | 1001 | 10000100 | 111111 | 1001010 |
Color Harmonies of #94E7A5
Complementary color
Monochromatic Colors of #94E7A5
Black with #94E7A5
Text Example
Text Example
White with #94E7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E7A5; }
p { color: rgb(148,231,165); }
H1.HeaderClassName
{
color: #94E7A5;
}
.AnyTagClassName
{
color: #94E7A5;
}
</style>
background-color css
<style>
a { background-color: #94E7A5; }
a { background-color: rgb(148,231,165); }
div.DivClassName
{
background-color: #94E7A5;
}
.BgClassName
{
background-color: #94E7A5;
}
</style>
border-color css
<style>
span { border-color: #94E7A5; }
span { border-color: rgb(148,231,165); }
td.TdClassName
{
border-color: #94E7A5;
}
.TagClassName
{
border-color: #94E7A5;
}
</style>