Shades of Chinook #9FDAA2
Tints of Chinook #9FDAA2
RGB
CMYK
RGB Variations
Color information
#9FDAA2 (or 0x9FDAA2) is known color: Chinook. HEX triplet: 9F, DA and A2. RGB value is (159,218,162). Sum of RGB (Red+Green+Blue) = 159+218+162=539 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.50% from 539); Green value is 218 (85.55% from 255 or 40.45% from 539); Blue value is 162 (63.67% from 255 or 30.06% from 539); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDAA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDAA2 is #60255D. Grayscale: #C2C2C2. Windows color (decimal): -6301022 or 10672799. OLE color: 10672799.
HSL color Cylindrical-coordinate representation of color #9FDAA2: hue angle of 123.05º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FDAA2 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
RGB | 159 | 218 | 162 | - |
CMYK | 0.27 | 0 | 0.26 | 0.15 |
HSL | 123.05º | 0.44% | 0.74% | - |
HSV(B) | 123.05º | 0.27% | 0.85% | - |
XYZ | 45.89 | 60.12 | 43.37 | - |
YUV | 193.98 | 109.95 | 103.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 218 | 162 | 0.27 | 0 | 0.26 | 0.15 | 123.05 | 0.44 | 0.74 |
Hex | 9F | DA | A2 | 1B | 0 | 1A | F | 7B | 2C | 4A |
Octal | 237 | 332 | 242 | 33 | 0 | 32 | 17 | 173 | 54 | 112 |
Binary | 10011111 | 11011010 | 10100010 | 11011 | 0 | 11010 | 1111 | 1111011 | 101100 | 1001010 |
Color Harmonies of #9FDAA2
Complementary color
Monochromatic Colors of #9FDAA2
Black with #9FDAA2
Text Example
Text Example
White with #9FDAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDAA2; }
p { color: rgb(159,218,162); }
H1.HeaderClassName
{
color: #9FDAA2;
}
.AnyTagClassName
{
color: #9FDAA2;
}
</style>
background-color css
<style>
a { background-color: #9FDAA2; }
a { background-color: rgb(159,218,162); }
div.DivClassName
{
background-color: #9FDAA2;
}
.BgClassName
{
background-color: #9FDAA2;
}
</style>
border-color css
<style>
span { border-color: #9FDAA2; }
span { border-color: rgb(159,218,162); }
td.TdClassName
{
border-color: #9FDAA2;
}
.TagClassName
{
border-color: #9FDAA2;
}
</style>