Shades of Chinook #95E8A5
Tints of Chinook #95E8A5
RGB
CMYK
RGB Variations
Color information
#95E8A5 (or 0x95E8A5) is known color: Chinook. HEX triplet: 95, E8 and A5. RGB value is (149,232,165). Sum of RGB (Red+Green+Blue) = 149+232+165=546 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.29% from 546); Green value is 232 (91.02% from 255 or 42.49% from 546); Blue value is 165 (64.84% from 255 or 30.22% from 546); Max value from RGB is 232 - color contains mainly: green. Hex color #95E8A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95E8A5 is #6A175A. Grayscale: #C7C7C7. Windows color (decimal): -6952795 or 10872981. OLE color: 10872981.
HSL color Cylindrical-coordinate representation of color #95E8A5: hue angle of 131.57º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95E8A5 is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 232 | 165 | - |
| CMYK | 0.36 | 0 | 0.29 | 0.09 |
| HSL | 131.57º | 0.64% | 0.75% | - |
| HSV(B) | 131.57º | 0.36% | 0.91% | - |
| XYZ | 48.04 | 66.82 | 45.96 | - |
| YUV | 199.55 | 108.5 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 232 | 165 | 0.36 | 0 | 0.29 | 0.09 | 131.57 | 0.64 | 0.75 |
| Hex | 95 | E8 | A5 | 24 | 0 | 1D | 9 | 84 | 40 | 4B |
| Octal | 225 | 350 | 245 | 44 | 0 | 35 | 11 | 204 | 100 | 113 |
| Binary | 10010101 | 11101000 | 10100101 | 100100 | 0 | 11101 | 1001 | 10000100 | 1000000 | 1001011 |
Color Harmonies of #95E8A5
Complementary color
Monochromatic Colors of #95E8A5
Black with #95E8A5
Text Example
Text Example
White with #95E8A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E8A5; }
p { color: rgb(149,232,165); }
H1.HeaderClassName
{
color: #95E8A5;
}
.AnyTagClassName
{
color: #95E8A5;
}
</style>
background-color css
<style>
a { background-color: #95E8A5; }
a { background-color: rgb(149,232,165); }
div.DivClassName
{
background-color: #95E8A5;
}
.BgClassName
{
background-color: #95E8A5;
}
</style>
border-color css
<style>
span { border-color: #95E8A5; }
span { border-color: rgb(149,232,165); }
td.TdClassName
{
border-color: #95E8A5;
}
.TagClassName
{
border-color: #95E8A5;
}
</style>