Shades of Summer Green #90BAA4
Tints of Summer Green #90BAA4
RGB
CMYK
RGB Variations
Color information
#90BAA4 (or 0x90BAA4) is known color: Summer Green. HEX triplet: 90, BA and A4. RGB value is (144,186,164). Sum of RGB (Red+Green+Blue) = 144+186+164=494 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.15% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 164 (64.45% from 255 or 33.20% from 494); Max value from RGB is 186 - color contains mainly: green. Hex color #90BAA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BAA4 is #6F455B. Grayscale: #AAAAAA. Windows color (decimal): -7292252 or 10795664. OLE color: 10795664.
HSL color Cylindrical-coordinate representation of color #90BAA4: hue angle of 148.57º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #90BAA4 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 186 | 164 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.27 |
| HSL | 148.57º | 0.23% | 0.65% | - |
| HSV(B) | 148.57º | 0.23% | 0.73% | - |
| XYZ | 35.76 | 43.73 | 41.68 | - |
| YUV | 170.93 | 124.09 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 186 | 164 | 0.23 | 0 | 0.12 | 0.27 | 148.57 | 0.23 | 0.65 |
| Hex | 90 | BA | A4 | 17 | 0 | C | 1B | 95 | 17 | 41 |
| Octal | 220 | 272 | 244 | 27 | 0 | 14 | 33 | 225 | 27 | 101 |
| Binary | 10010000 | 10111010 | 10100100 | 10111 | 0 | 1100 | 11011 | 10010101 | 10111 | 1000001 |
Color Harmonies of #90BAA4
Complementary color
Monochromatic Colors of #90BAA4
Black with #90BAA4
Text Example
Text Example
White with #90BAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BAA4; }
p { color: rgb(144,186,164); }
H1.HeaderClassName
{
color: #90BAA4;
}
.AnyTagClassName
{
color: #90BAA4;
}
</style>
background-color css
<style>
a { background-color: #90BAA4; }
a { background-color: rgb(144,186,164); }
div.DivClassName
{
background-color: #90BAA4;
}
.BgClassName
{
background-color: #90BAA4;
}
</style>
border-color css
<style>
span { border-color: #90BAA4; }
span { border-color: rgb(144,186,164); }
td.TdClassName
{
border-color: #90BAA4;
}
.TagClassName
{
border-color: #90BAA4;
}
</style>