Shades of Chinook #95DDAA
Tints of Chinook #95DDAA
RGB
CMYK
RGB Variations
Color information
#95DDAA (or 0x95DDAA) is known color: Chinook. HEX triplet: 95, DD and AA. RGB value is (149,221,170). Sum of RGB (Red+Green+Blue) = 149+221+170=540 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.59% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 221 - color contains mainly: green. Hex color #95DDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DDAA is #6A2255. Grayscale: #C1C1C1. Windows color (decimal): -6955606 or 11197845. OLE color: 11197845.
HSL color Cylindrical-coordinate representation of color #95DDAA: hue angle of 137.5º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95DDAA is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 221 | 170 | - |
| CMYK | 0.33 | 0 | 0.23 | 0.13 |
| HSL | 137.5º | 0.51% | 0.73% | - |
| HSV(B) | 137.5º | 0.33% | 0.87% | - |
| XYZ | 45.51 | 61 | 47.41 | - |
| YUV | 193.66 | 114.65 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 221 | 170 | 0.33 | 0 | 0.23 | 0.13 | 137.5 | 0.51 | 0.73 |
| Hex | 95 | DD | AA | 21 | 0 | 17 | D | 8A | 33 | 49 |
| Octal | 225 | 335 | 252 | 41 | 0 | 27 | 15 | 212 | 63 | 111 |
| Binary | 10010101 | 11011101 | 10101010 | 100001 | 0 | 10111 | 1101 | 10001010 | 110011 | 1001001 |
Color Harmonies of #95DDAA
Complementary color
Monochromatic Colors of #95DDAA
Black with #95DDAA
Text Example
Text Example
White with #95DDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DDAA; }
p { color: rgb(149,221,170); }
H1.HeaderClassName
{
color: #95DDAA;
}
.AnyTagClassName
{
color: #95DDAA;
}
</style>
background-color css
<style>
a { background-color: #95DDAA; }
a { background-color: rgb(149,221,170); }
div.DivClassName
{
background-color: #95DDAA;
}
.BgClassName
{
background-color: #95DDAA;
}
</style>
border-color css
<style>
span { border-color: #95DDAA; }
span { border-color: rgb(149,221,170); }
td.TdClassName
{
border-color: #95DDAA;
}
.TagClassName
{
border-color: #95DDAA;
}
</style>