Shades of Summer Green #90BFA0
Tints of Summer Green #90BFA0
RGB
CMYK
RGB Variations
Color information
#90BFA0 (or 0x90BFA0) is known color: Summer Green. HEX triplet: 90, BF and A0. RGB value is (144,191,160). Sum of RGB (Red+Green+Blue) = 144+191+160=495 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.09% from 495); Green value is 191 (75% from 255 or 38.59% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 191 - color contains mainly: green. Hex color #90BFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BFA0 is #6F405F. Grayscale: #ADADAD. Windows color (decimal): -7290976 or 10534800. OLE color: 10534800.
HSL color Cylindrical-coordinate representation of color #90BFA0: hue angle of 140.43º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #90BFA0 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 191 | 160 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.25 |
| HSL | 140.43º | 0.27% | 0.66% | - |
| HSV(B) | 140.43º | 0.25% | 0.75% | - |
| XYZ | 36.48 | 45.73 | 40.16 | - |
| YUV | 173.41 | 120.43 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 191 | 160 | 0.25 | 0 | 0.16 | 0.25 | 140.43 | 0.27 | 0.66 |
| Hex | 90 | BF | A0 | 19 | 0 | 10 | 19 | 8C | 1B | 42 |
| Octal | 220 | 277 | 240 | 31 | 0 | 20 | 31 | 214 | 33 | 102 |
| Binary | 10010000 | 10111111 | 10100000 | 11001 | 0 | 10000 | 11001 | 10001100 | 11011 | 1000010 |
Color Harmonies of #90BFA0
Complementary color
Monochromatic Colors of #90BFA0
Black with #90BFA0
Text Example
Text Example
White with #90BFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BFA0; }
p { color: rgb(144,191,160); }
H1.HeaderClassName
{
color: #90BFA0;
}
.AnyTagClassName
{
color: #90BFA0;
}
</style>
background-color css
<style>
a { background-color: #90BFA0; }
a { background-color: rgb(144,191,160); }
div.DivClassName
{
background-color: #90BFA0;
}
.BgClassName
{
background-color: #90BFA0;
}
</style>
border-color css
<style>
span { border-color: #90BFA0; }
span { border-color: rgb(144,191,160); }
td.TdClassName
{
border-color: #90BFA0;
}
.TagClassName
{
border-color: #90BFA0;
}
</style>