Shades of Chinook #9CD5A5
Tints of Chinook #9CD5A5
RGB
CMYK
RGB Variations
Color information
#9CD5A5 (or 0x9CD5A5) is known color: Chinook. HEX triplet: 9C, D5 and A5. RGB value is (156,213,165). Sum of RGB (Red+Green+Blue) = 156+213+165=534 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.21% from 534); Green value is 213 (83.59% from 255 or 39.89% from 534); Blue value is 165 (64.84% from 255 or 30.90% from 534); Max value from RGB is 213 - color contains mainly: green. Hex color #9CD5A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CD5A5 is #632A5A. Grayscale: #BEBEBE. Windows color (decimal): -6498907 or 10868124. OLE color: 10868124.
HSL color Cylindrical-coordinate representation of color #9CD5A5: hue angle of 129.47º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9CD5A5 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 156 | 213 | 165 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.16 |
| HSL | 129.47º | 0.4% | 0.72% | - |
| HSV(B) | 129.47º | 0.27% | 0.84% | - |
| XYZ | 44.3 | 57.37 | 44.34 | - |
| YUV | 190.49 | 113.62 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 213 | 165 | 0.27 | 0 | 0.23 | 0.16 | 129.47 | 0.4 | 0.72 |
| Hex | 9C | D5 | A5 | 1B | 0 | 17 | 10 | 81 | 28 | 48 |
| Octal | 234 | 325 | 245 | 33 | 0 | 27 | 20 | 201 | 50 | 110 |
| Binary | 10011100 | 11010101 | 10100101 | 11011 | 0 | 10111 | 10000 | 10000001 | 101000 | 1001000 |
Color Harmonies of #9CD5A5
Complementary color
Monochromatic Colors of #9CD5A5
Black with #9CD5A5
Text Example
Text Example
White with #9CD5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CD5A5; }
p { color: rgb(156,213,165); }
H1.HeaderClassName
{
color: #9CD5A5;
}
.AnyTagClassName
{
color: #9CD5A5;
}
</style>
background-color css
<style>
a { background-color: #9CD5A5; }
a { background-color: rgb(156,213,165); }
div.DivClassName
{
background-color: #9CD5A5;
}
.BgClassName
{
background-color: #9CD5A5;
}
</style>
border-color css
<style>
span { border-color: #9CD5A5; }
span { border-color: rgb(156,213,165); }
td.TdClassName
{
border-color: #9CD5A5;
}
.TagClassName
{
border-color: #9CD5A5;
}
</style>