Shades of Chinook #9FD2A2
Tints of Chinook #9FD2A2
RGB
CMYK
RGB Variations
Color information
#9FD2A2 (or 0x9FD2A2) is known color: Chinook. HEX triplet: 9F, D2 and A2. RGB value is (159,210,162). Sum of RGB (Red+Green+Blue) = 159+210+162=531 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.94% from 531); Green value is 210 (82.42% from 255 or 39.55% from 531); Blue value is 162 (63.67% from 255 or 30.51% from 531); Max value from RGB is 210 - color contains mainly: green. Hex color #9FD2A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD2A2 is #602D5D. Grayscale: #BDBDBD. Windows color (decimal): -6303070 or 10670751. OLE color: 10670751.
HSL color Cylindrical-coordinate representation of color #9FD2A2: hue angle of 123.53º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9FD2A2 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 159 | 210 | 162 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.18 |
| HSL | 123.53º | 0.36% | 0.72% | - |
| HSV(B) | 123.53º | 0.24% | 0.82% | - |
| XYZ | 43.87 | 56.07 | 42.69 | - |
| YUV | 189.28 | 112.6 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 210 | 162 | 0.24 | 0 | 0.23 | 0.18 | 123.53 | 0.36 | 0.72 |
| Hex | 9F | D2 | A2 | 18 | 0 | 17 | 12 | 7C | 24 | 48 |
| Octal | 237 | 322 | 242 | 30 | 0 | 27 | 22 | 174 | 44 | 110 |
| Binary | 10011111 | 11010010 | 10100010 | 11000 | 0 | 10111 | 10010 | 1111100 | 100100 | 1001000 |
Color Harmonies of #9FD2A2
Complementary color
Monochromatic Colors of #9FD2A2
Black with #9FD2A2
Text Example
Text Example
White with #9FD2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD2A2; }
p { color: rgb(159,210,162); }
H1.HeaderClassName
{
color: #9FD2A2;
}
.AnyTagClassName
{
color: #9FD2A2;
}
</style>
background-color css
<style>
a { background-color: #9FD2A2; }
a { background-color: rgb(159,210,162); }
div.DivClassName
{
background-color: #9FD2A2;
}
.BgClassName
{
background-color: #9FD2A2;
}
</style>
border-color css
<style>
span { border-color: #9FD2A2; }
span { border-color: rgb(159,210,162); }
td.TdClassName
{
border-color: #9FD2A2;
}
.TagClassName
{
border-color: #9FD2A2;
}
</style>