Shades of Chinook #90E5A1
Tints of Chinook #90E5A1
RGB
CMYK
RGB Variations
Color information
#90E5A1 (or 0x90E5A1) is known color: Chinook. HEX triplet: 90, E5 and A1. RGB value is (144,229,161). Sum of RGB (Red+Green+Blue) = 144+229+161=534 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.97% from 534); Green value is 229 (89.84% from 255 or 42.88% from 534); Blue value is 161 (63.28% from 255 or 30.15% from 534); Max value from RGB is 229 - color contains mainly: green. Hex color #90E5A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90E5A1 is #6F1A5E. Grayscale: #C4C4C4. Windows color (decimal): -7281247 or 10610064. OLE color: 10610064.
HSL color Cylindrical-coordinate representation of color #90E5A1: hue angle of 132º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90E5A1 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 144 | 229 | 161 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.10 |
| HSL | 132º | 0.62% | 0.73% | - |
| HSV(B) | 132º | 0.37% | 0.9% | - |
| XYZ | 45.95 | 64.54 | 43.75 | - |
| YUV | 195.83 | 108.34 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 229 | 161 | 0.37 | 0 | 0.30 | 0.10 | 132 | 0.62 | 0.73 |
| Hex | 90 | E5 | A1 | 25 | 0 | 1E | A | 84 | 3E | 49 |
| Octal | 220 | 345 | 241 | 45 | 0 | 36 | 12 | 204 | 76 | 111 |
| Binary | 10010000 | 11100101 | 10100001 | 100101 | 0 | 11110 | 1010 | 10000100 | 111110 | 1001001 |
Color Harmonies of #90E5A1
Complementary color
Monochromatic Colors of #90E5A1
Black with #90E5A1
Text Example
Text Example
White with #90E5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E5A1; }
p { color: rgb(144,229,161); }
H1.HeaderClassName
{
color: #90E5A1;
}
.AnyTagClassName
{
color: #90E5A1;
}
</style>
background-color css
<style>
a { background-color: #90E5A1; }
a { background-color: rgb(144,229,161); }
div.DivClassName
{
background-color: #90E5A1;
}
.BgClassName
{
background-color: #90E5A1;
}
</style>
border-color css
<style>
span { border-color: #90E5A1; }
span { border-color: rgb(144,229,161); }
td.TdClassName
{
border-color: #90E5A1;
}
.TagClassName
{
border-color: #90E5A1;
}
</style>