Shades of Chinook #95D99A
Tints of Chinook #95D99A
RGB
CMYK
RGB Variations
Color information
#95D99A (or 0x95D99A) is known color: Chinook. HEX triplet: 95, D9 and 9A. RGB value is (149,217,154). Sum of RGB (Red+Green+Blue) = 149+217+154=520 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.65% from 520); Green value is 217 (85.16% from 255 or 41.73% from 520); Blue value is 154 (60.55% from 255 or 29.62% from 520); Max value from RGB is 217 - color contains mainly: green. Hex color #95D99A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D99A is #6A2665. Grayscale: #BDBDBD. Windows color (decimal): -6956646 or 10148245. OLE color: 10148245.
HSL color Cylindrical-coordinate representation of color #95D99A: hue angle of 124.41º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95D99A is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 217 | 154 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.15 |
| HSL | 124.41º | 0.47% | 0.72% | - |
| HSV(B) | 124.41º | 0.31% | 0.85% | - |
| XYZ | 43.04 | 58.35 | 39.57 | - |
| YUV | 189.49 | 107.97 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 217 | 154 | 0.31 | 0 | 0.29 | 0.15 | 124.41 | 0.47 | 0.72 |
| Hex | 95 | D9 | 9A | 1F | 0 | 1D | F | 7C | 2F | 48 |
| Octal | 225 | 331 | 232 | 37 | 0 | 35 | 17 | 174 | 57 | 110 |
| Binary | 10010101 | 11011001 | 10011010 | 11111 | 0 | 11101 | 1111 | 1111100 | 101111 | 1001000 |
Color Harmonies of #95D99A
Complementary color
Monochromatic Colors of #95D99A
Black with #95D99A
Text Example
Text Example
White with #95D99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D99A; }
p { color: rgb(149,217,154); }
H1.HeaderClassName
{
color: #95D99A;
}
.AnyTagClassName
{
color: #95D99A;
}
</style>
background-color css
<style>
a { background-color: #95D99A; }
a { background-color: rgb(149,217,154); }
div.DivClassName
{
background-color: #95D99A;
}
.BgClassName
{
background-color: #95D99A;
}
</style>
border-color css
<style>
span { border-color: #95D99A; }
span { border-color: rgb(149,217,154); }
td.TdClassName
{
border-color: #95D99A;
}
.TagClassName
{
border-color: #95D99A;
}
</style>