Shades of Chinook #9DE0A4
Tints of Chinook #9DE0A4
RGB
CMYK
RGB Variations
Color information
#9DE0A4 (or 0x9DE0A4) is known color: Chinook. HEX triplet: 9D, E0 and A4. RGB value is (157,224,164). Sum of RGB (Red+Green+Blue) = 157+224+164=545 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.81% from 545); Green value is 224 (87.89% from 255 or 41.10% from 545); Blue value is 164 (64.45% from 255 or 30.09% from 545); Max value from RGB is 224 - color contains mainly: green. Hex color #9DE0A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DE0A4 is #621F5B. Grayscale: #C5C5C5. Windows color (decimal): -6430556 or 10805405. OLE color: 10805405.
HSL color Cylindrical-coordinate representation of color #9DE0A4: hue angle of 126.27º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DE0A4 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 157 | 224 | 164 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.12 |
| HSL | 126.27º | 0.52% | 0.75% | - |
| HSV(B) | 126.27º | 0.3% | 0.88% | - |
| XYZ | 47.26 | 63.16 | 44.82 | - |
| YUV | 197.13 | 109.3 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 224 | 164 | 0.30 | 0 | 0.27 | 0.12 | 126.27 | 0.52 | 0.75 |
| Hex | 9D | E0 | A4 | 1E | 0 | 1B | C | 7E | 34 | 4B |
| Octal | 235 | 340 | 244 | 36 | 0 | 33 | 14 | 176 | 64 | 113 |
| Binary | 10011101 | 11100000 | 10100100 | 11110 | 0 | 11011 | 1100 | 1111110 | 110100 | 1001011 |
Color Harmonies of #9DE0A4
Complementary color
Monochromatic Colors of #9DE0A4
Black with #9DE0A4
Text Example
Text Example
White with #9DE0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE0A4; }
p { color: rgb(157,224,164); }
H1.HeaderClassName
{
color: #9DE0A4;
}
.AnyTagClassName
{
color: #9DE0A4;
}
</style>
background-color css
<style>
a { background-color: #9DE0A4; }
a { background-color: rgb(157,224,164); }
div.DivClassName
{
background-color: #9DE0A4;
}
.BgClassName
{
background-color: #9DE0A4;
}
</style>
border-color css
<style>
span { border-color: #9DE0A4; }
span { border-color: rgb(157,224,164); }
td.TdClassName
{
border-color: #9DE0A4;
}
.TagClassName
{
border-color: #9DE0A4;
}
</style>