Shades of Chinook #95E5AA
Tints of Chinook #95E5AA
RGB
CMYK
RGB Variations
Color information
#95E5AA (or 0x95E5AA) is known color: Chinook. HEX triplet: 95, E5 and AA. RGB value is (149,229,170). Sum of RGB (Red+Green+Blue) = 149+229+170=548 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.19% from 548); Green value is 229 (89.84% from 255 or 41.79% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 229 - color contains mainly: green. Hex color #95E5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E5AA is #6A1A55. Grayscale: #C6C6C6. Windows color (decimal): -6953558 or 11199893. OLE color: 11199893.
HSL color Cylindrical-coordinate representation of color #95E5AA: hue angle of 135.75º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95E5AA is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 149 | 229 | 170 | - |
| CMYK | 0.35 | 0 | 0.26 | 0.10 |
| HSL | 135.75º | 0.61% | 0.74% | - |
| HSV(B) | 135.75º | 0.35% | 0.9% | - |
| XYZ | 47.67 | 65.33 | 48.13 | - |
| YUV | 198.35 | 112 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 229 | 170 | 0.35 | 0 | 0.26 | 0.10 | 135.75 | 0.61 | 0.74 |
| Hex | 95 | E5 | AA | 23 | 0 | 1A | A | 88 | 3D | 4A |
| Octal | 225 | 345 | 252 | 43 | 0 | 32 | 12 | 210 | 75 | 112 |
| Binary | 10010101 | 11100101 | 10101010 | 100011 | 0 | 11010 | 1010 | 10001000 | 111101 | 1001010 |
Color Harmonies of #95E5AA
Complementary color
Monochromatic Colors of #95E5AA
Black with #95E5AA
Text Example
Text Example
White with #95E5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E5AA; }
p { color: rgb(149,229,170); }
H1.HeaderClassName
{
color: #95E5AA;
}
.AnyTagClassName
{
color: #95E5AA;
}
</style>
background-color css
<style>
a { background-color: #95E5AA; }
a { background-color: rgb(149,229,170); }
div.DivClassName
{
background-color: #95E5AA;
}
.BgClassName
{
background-color: #95E5AA;
}
</style>
border-color css
<style>
span { border-color: #95E5AA; }
span { border-color: rgb(149,229,170); }
td.TdClassName
{
border-color: #95E5AA;
}
.TagClassName
{
border-color: #95E5AA;
}
</style>