Shades of Summer Green #90BDA2
Tints of Summer Green #90BDA2
RGB
CMYK
RGB Variations
Color information
#90BDA2 (or 0x90BDA2) is known color: Summer Green. HEX triplet: 90, BD and A2. RGB value is (144,189,162). Sum of RGB (Red+Green+Blue) = 144+189+162=495 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.09% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 162 (63.67% from 255 or 32.73% from 495); Max value from RGB is 189 - color contains mainly: green. Hex color #90BDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BDA2 is #6F425D. Grayscale: #ACACAC. Windows color (decimal): -7291486 or 10665360. OLE color: 10665360.
HSL color Cylindrical-coordinate representation of color #90BDA2: hue angle of 144º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #90BDA2 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 189 | 162 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.26 |
| HSL | 144º | 0.25% | 0.65% | - |
| HSV(B) | 144º | 0.24% | 0.74% | - |
| XYZ | 36.22 | 44.93 | 40.95 | - |
| YUV | 172.47 | 122.09 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 189 | 162 | 0.24 | 0 | 0.14 | 0.26 | 144 | 0.25 | 0.65 |
| Hex | 90 | BD | A2 | 18 | 0 | E | 1A | 90 | 19 | 41 |
| Octal | 220 | 275 | 242 | 30 | 0 | 16 | 32 | 220 | 31 | 101 |
| Binary | 10010000 | 10111101 | 10100010 | 11000 | 0 | 1110 | 11010 | 10010000 | 11001 | 1000001 |
Color Harmonies of #90BDA2
Complementary color
Monochromatic Colors of #90BDA2
Black with #90BDA2
Text Example
Text Example
White with #90BDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BDA2; }
p { color: rgb(144,189,162); }
H1.HeaderClassName
{
color: #90BDA2;
}
.AnyTagClassName
{
color: #90BDA2;
}
</style>
background-color css
<style>
a { background-color: #90BDA2; }
a { background-color: rgb(144,189,162); }
div.DivClassName
{
background-color: #90BDA2;
}
.BgClassName
{
background-color: #90BDA2;
}
</style>
border-color css
<style>
span { border-color: #90BDA2; }
span { border-color: rgb(144,189,162); }
td.TdClassName
{
border-color: #90BDA2;
}
.TagClassName
{
border-color: #90BDA2;
}
</style>