Shades of Chinook #9DCAA4
Tints of Chinook #9DCAA4
RGB
CMYK
RGB Variations
Color information
#9DCAA4 (or 0x9DCAA4) is known color: Chinook. HEX triplet: 9D, CA and A4. RGB value is (157,202,164). Sum of RGB (Red+Green+Blue) = 157+202+164=523 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.02% from 523); Green value is 202 (79.30% from 255 or 38.62% from 523); Blue value is 164 (64.45% from 255 or 31.36% from 523); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCAA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCAA4 is #62355B. Grayscale: #B8B8B8. Windows color (decimal): -6436188 or 10799773. OLE color: 10799773.
HSL color Cylindrical-coordinate representation of color #9DCAA4: hue angle of 129.33º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DCAA4 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 202 | 164 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.21 |
| HSL | 129.33º | 0.3% | 0.7% | - |
| HSV(B) | 129.33º | 0.22% | 0.79% | - |
| XYZ | 41.73 | 52.09 | 42.98 | - |
| YUV | 184.21 | 116.59 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 202 | 164 | 0.22 | 0 | 0.19 | 0.21 | 129.33 | 0.3 | 0.7 |
| Hex | 9D | CA | A4 | 16 | 0 | 13 | 15 | 81 | 1E | 46 |
| Octal | 235 | 312 | 244 | 26 | 0 | 23 | 25 | 201 | 36 | 106 |
| Binary | 10011101 | 11001010 | 10100100 | 10110 | 0 | 10011 | 10101 | 10000001 | 11110 | 1000110 |
Color Harmonies of #9DCAA4
Complementary color
Monochromatic Colors of #9DCAA4
Black with #9DCAA4
Text Example
Text Example
White with #9DCAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCAA4; }
p { color: rgb(157,202,164); }
H1.HeaderClassName
{
color: #9DCAA4;
}
.AnyTagClassName
{
color: #9DCAA4;
}
</style>
background-color css
<style>
a { background-color: #9DCAA4; }
a { background-color: rgb(157,202,164); }
div.DivClassName
{
background-color: #9DCAA4;
}
.BgClassName
{
background-color: #9DCAA4;
}
</style>
border-color css
<style>
span { border-color: #9DCAA4; }
span { border-color: rgb(157,202,164); }
td.TdClassName
{
border-color: #9DCAA4;
}
.TagClassName
{
border-color: #9DCAA4;
}
</style>