Shades of Chinook #95E0A3
Tints of Chinook #95E0A3
RGB
CMYK
RGB Variations
Color information
#95E0A3 (or 0x95E0A3) is known color: Chinook. HEX triplet: 95, E0 and A3. RGB value is (149,224,163). Sum of RGB (Red+Green+Blue) = 149+224+163=536 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.80% from 536); Green value is 224 (87.89% from 255 or 41.79% from 536); Blue value is 163 (64.06% from 255 or 30.41% from 536); Max value from RGB is 224 - color contains mainly: green. Hex color #95E0A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E0A3 is #6A1F5C. Grayscale: #C2C2C2. Windows color (decimal): -6954845 or 10739861. OLE color: 10739861.
HSL color Cylindrical-coordinate representation of color #95E0A3: hue angle of 131.2º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95E0A3 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 224 | 163 | - |
| CMYK | 0.33 | 0 | 0.27 | 0.12 |
| HSL | 131.2º | 0.55% | 0.73% | - |
| HSV(B) | 131.2º | 0.33% | 0.88% | - |
| XYZ | 45.66 | 62.35 | 44.28 | - |
| YUV | 194.62 | 110.15 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 224 | 163 | 0.33 | 0 | 0.27 | 0.12 | 131.2 | 0.55 | 0.73 |
| Hex | 95 | E0 | A3 | 21 | 0 | 1B | C | 83 | 37 | 49 |
| Octal | 225 | 340 | 243 | 41 | 0 | 33 | 14 | 203 | 67 | 111 |
| Binary | 10010101 | 11100000 | 10100011 | 100001 | 0 | 11011 | 1100 | 10000011 | 110111 | 1001001 |
Color Harmonies of #95E0A3
Complementary color
Monochromatic Colors of #95E0A3
Black with #95E0A3
Text Example
Text Example
White with #95E0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E0A3; }
p { color: rgb(149,224,163); }
H1.HeaderClassName
{
color: #95E0A3;
}
.AnyTagClassName
{
color: #95E0A3;
}
</style>
background-color css
<style>
a { background-color: #95E0A3; }
a { background-color: rgb(149,224,163); }
div.DivClassName
{
background-color: #95E0A3;
}
.BgClassName
{
background-color: #95E0A3;
}
</style>
border-color css
<style>
span { border-color: #95E0A3; }
span { border-color: rgb(149,224,163); }
td.TdClassName
{
border-color: #95E0A3;
}
.TagClassName
{
border-color: #95E0A3;
}
</style>