Shades of Chinook #9AD59C
Tints of Chinook #9AD59C
RGB
CMYK
RGB Variations
Color information
#9AD59C (or 0x9AD59C) is known color: Chinook. HEX triplet: 9A, D5 and 9C. RGB value is (154,213,156). Sum of RGB (Red+Green+Blue) = 154+213+156=523 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.45% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 156 (61.33% from 255 or 29.83% from 523); Max value from RGB is 213 - color contains mainly: green. Hex color #9AD59C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD59C is #652A63. Grayscale: #BDBDBD. Windows color (decimal): -6629988 or 10278298. OLE color: 10278298.
HSL color Cylindrical-coordinate representation of color #9AD59C: hue angle of 122.03º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9AD59C is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 213 | 156 | - |
| CMYK | 0.28 | 0 | 0.27 | 0.16 |
| HSL | 122.03º | 0.41% | 0.72% | - |
| HSV(B) | 122.03º | 0.28% | 0.84% | - |
| XYZ | 43.12 | 56.86 | 40.15 | - |
| YUV | 188.86 | 109.45 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 213 | 156 | 0.28 | 0 | 0.27 | 0.16 | 122.03 | 0.41 | 0.72 |
| Hex | 9A | D5 | 9C | 1C | 0 | 1B | 10 | 7A | 29 | 48 |
| Octal | 232 | 325 | 234 | 34 | 0 | 33 | 20 | 172 | 51 | 110 |
| Binary | 10011010 | 11010101 | 10011100 | 11100 | 0 | 11011 | 10000 | 1111010 | 101001 | 1001000 |
Color Harmonies of #9AD59C
Complementary color
Monochromatic Colors of #9AD59C
Black with #9AD59C
Text Example
Text Example
White with #9AD59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD59C; }
p { color: rgb(154,213,156); }
H1.HeaderClassName
{
color: #9AD59C;
}
.AnyTagClassName
{
color: #9AD59C;
}
</style>
background-color css
<style>
a { background-color: #9AD59C; }
a { background-color: rgb(154,213,156); }
div.DivClassName
{
background-color: #9AD59C;
}
.BgClassName
{
background-color: #9AD59C;
}
</style>
border-color css
<style>
span { border-color: #9AD59C; }
span { border-color: rgb(154,213,156); }
td.TdClassName
{
border-color: #9AD59C;
}
.TagClassName
{
border-color: #9AD59C;
}
</style>