Shades of Chinook #9AD59E
Tints of Chinook #9AD59E
RGB
CMYK
RGB Variations
Color information
#9AD59E (or 0x9AD59E) is known color: Chinook. HEX triplet: 9A, D5 and 9E. RGB value is (154,213,158). Sum of RGB (Red+Green+Blue) = 154+213+158=525 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.33% from 525); Green value is 213 (83.59% from 255 or 40.57% from 525); Blue value is 158 (62.11% from 255 or 30.10% from 525); Max value from RGB is 213 - color contains mainly: green. Hex color #9AD59E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD59E is #652A61. Grayscale: #BDBDBD. Windows color (decimal): -6629986 or 10409370. OLE color: 10409370.
HSL color Cylindrical-coordinate representation of color #9AD59E: hue angle of 124.07º 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 #9AD59E is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 213 | 158 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.16 |
| HSL | 124.07º | 0.41% | 0.72% | - |
| HSV(B) | 124.07º | 0.28% | 0.84% | - |
| XYZ | 43.29 | 56.93 | 41.05 | - |
| YUV | 189.09 | 110.45 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 213 | 158 | 0.28 | 0 | 0.26 | 0.16 | 124.07 | 0.41 | 0.72 |
| Hex | 9A | D5 | 9E | 1C | 0 | 1A | 10 | 7C | 29 | 48 |
| Octal | 232 | 325 | 236 | 34 | 0 | 32 | 20 | 174 | 51 | 110 |
| Binary | 10011010 | 11010101 | 10011110 | 11100 | 0 | 11010 | 10000 | 1111100 | 101001 | 1001000 |
Color Harmonies of #9AD59E
Complementary color
Monochromatic Colors of #9AD59E
Black with #9AD59E
Text Example
Text Example
White with #9AD59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD59E; }
p { color: rgb(154,213,158); }
H1.HeaderClassName
{
color: #9AD59E;
}
.AnyTagClassName
{
color: #9AD59E;
}
</style>
background-color css
<style>
a { background-color: #9AD59E; }
a { background-color: rgb(154,213,158); }
div.DivClassName
{
background-color: #9AD59E;
}
.BgClassName
{
background-color: #9AD59E;
}
</style>
border-color css
<style>
span { border-color: #9AD59E; }
span { border-color: rgb(154,213,158); }
td.TdClassName
{
border-color: #9AD59E;
}
.TagClassName
{
border-color: #9AD59E;
}
</style>