Shades of Summer Green #90B2A0
Tints of Summer Green #90B2A0
RGB
CMYK
RGB Variations
Color information
#90B2A0 (or 0x90B2A0) is known color: Summer Green. HEX triplet: 90, B2 and A0. RGB value is (144,178,160). Sum of RGB (Red+Green+Blue) = 144+178+160=482 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.88% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 178 - color contains mainly: green. Hex color #90B2A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90B2A0 is #6F4D5F. Grayscale: #A5A5A5. Windows color (decimal): -7294304 or 10531472. OLE color: 10531472.
HSL color Cylindrical-coordinate representation of color #90B2A0: hue angle of 148.24º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #90B2A0 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 144 | 178 | 160 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.30 |
| HSL | 148.24º | 0.18% | 0.63% | - |
| HSV(B) | 148.24º | 0.19% | 0.7% | - |
| XYZ | 33.77 | 40.31 | 39.26 | - |
| YUV | 165.78 | 124.74 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 178 | 160 | 0.19 | 0 | 0.10 | 0.30 | 148.24 | 0.18 | 0.63 |
| Hex | 90 | B2 | A0 | 13 | 0 | A | 1E | 94 | 12 | 3F |
| Octal | 220 | 262 | 240 | 23 | 0 | 12 | 36 | 224 | 22 | 77 |
| Binary | 10010000 | 10110010 | 10100000 | 10011 | 0 | 1010 | 11110 | 10010100 | 10010 | 111111 |
Color Harmonies of #90B2A0
Complementary color
Monochromatic Colors of #90B2A0
Black with #90B2A0
Text Example
Text Example
White with #90B2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B2A0; }
p { color: rgb(144,178,160); }
H1.HeaderClassName
{
color: #90B2A0;
}
.AnyTagClassName
{
color: #90B2A0;
}
</style>
background-color css
<style>
a { background-color: #90B2A0; }
a { background-color: rgb(144,178,160); }
div.DivClassName
{
background-color: #90B2A0;
}
.BgClassName
{
background-color: #90B2A0;
}
</style>
border-color css
<style>
span { border-color: #90B2A0; }
span { border-color: rgb(144,178,160); }
td.TdClassName
{
border-color: #90B2A0;
}
.TagClassName
{
border-color: #90B2A0;
}
</style>