Shades of Chinook #95E6A1
Tints of Chinook #95E6A1
RGB
CMYK
RGB Variations
Color information
#95E6A1 (or 0x95E6A1) is known color: Chinook. HEX triplet: 95, E6 and A1. RGB value is (149,230,161). Sum of RGB (Red+Green+Blue) = 149+230+161=540 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.59% from 540); Green value is 230 (90.23% from 255 or 42.59% from 540); Blue value is 161 (63.28% from 255 or 29.81% from 540); Max value from RGB is 230 - color contains mainly: green. Hex color #95E6A1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95E6A1 is #6A195E. Grayscale: #C6C6C6. Windows color (decimal): -6953311 or 10610325. OLE color: 10610325.
HSL color Cylindrical-coordinate representation of color #95E6A1: hue angle of 128.89º degrees, saturation: 0.62, 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 #95E6A1 is Cyan = 0.35, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 149 | 230 | 161 | - |
| CMYK | 0.35 | 0 | 0.3 | 0.10 |
| HSL | 128.89º | 0.62% | 0.74% | - |
| HSV(B) | 128.89º | 0.35% | 0.9% | - |
| XYZ | 47.12 | 65.56 | 43.89 | - |
| YUV | 197.92 | 107.16 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 230 | 161 | 0.35 | 0 | 0.3 | 0.10 | 128.89 | 0.62 | 0.74 |
| Hex | 95 | E6 | A1 | 23 | 0 | 1E | A | 81 | 3E | 4A |
| Octal | 225 | 346 | 241 | 43 | 0 | 36 | 12 | 201 | 76 | 112 |
| Binary | 10010101 | 11100110 | 10100001 | 100011 | 0 | 11110 | 1010 | 10000001 | 111110 | 1001010 |
Color Harmonies of #95E6A1
Complementary color
Monochromatic Colors of #95E6A1
Black with #95E6A1
Text Example
Text Example
White with #95E6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E6A1; }
p { color: rgb(149,230,161); }
H1.HeaderClassName
{
color: #95E6A1;
}
.AnyTagClassName
{
color: #95E6A1;
}
</style>
background-color css
<style>
a { background-color: #95E6A1; }
a { background-color: rgb(149,230,161); }
div.DivClassName
{
background-color: #95E6A1;
}
.BgClassName
{
background-color: #95E6A1;
}
</style>
border-color css
<style>
span { border-color: #95E6A1; }
span { border-color: rgb(149,230,161); }
td.TdClassName
{
border-color: #95E6A1;
}
.TagClassName
{
border-color: #95E6A1;
}
</style>