Shades of Gossip #90E078
Tints of Gossip #90E078
RGB
CMYK
RGB Variations
Color information
#90E078 (or 0x90E078) is known color: Gossip. HEX triplet: 90, E0 and 78. RGB value is (144,224,120). Sum of RGB (Red+Green+Blue) = 144+224+120=488 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.51% from 488); Green value is 224 (87.89% from 255 or 45.90% from 488); Blue value is 120 (47.27% from 255 or 24.59% from 488); Max value from RGB is 224 - color contains mainly: green. Hex color #90E078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90E078 is #6F1F87. Grayscale: #BCBCBC. Windows color (decimal): -7282568 or 7921808. OLE color: 7921808.
HSL color Cylindrical-coordinate representation of color #90E078: hue angle of 106.15º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #90E078 is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 144 | 224 | 120 | - |
| CMYK | 0.36 | 0 | 0.46 | 0.12 |
| HSL | 106.15º | 0.63% | 0.67% | - |
| HSV(B) | 106.15º | 0.46% | 0.88% | - |
| XYZ | 41.55 | 60.6 | 27.28 | - |
| YUV | 188.22 | 89.5 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 224 | 120 | 0.36 | 0 | 0.46 | 0.12 | 106.15 | 0.63 | 0.67 |
| Hex | 90 | E0 | 78 | 24 | 0 | 2E | C | 6A | 3F | 43 |
| Octal | 220 | 340 | 170 | 44 | 0 | 56 | 14 | 152 | 77 | 103 |
| Binary | 10010000 | 11100000 | 1111000 | 100100 | 0 | 101110 | 1100 | 1101010 | 111111 | 1000011 |
Color Harmonies of #90E078
Complementary color
Monochromatic Colors of #90E078
Black with #90E078
Text Example
Text Example
White with #90E078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E078; }
p { color: rgb(144,224,120); }
H1.HeaderClassName
{
color: #90E078;
}
.AnyTagClassName
{
color: #90E078;
}
</style>
background-color css
<style>
a { background-color: #90E078; }
a { background-color: rgb(144,224,120); }
div.DivClassName
{
background-color: #90E078;
}
.BgClassName
{
background-color: #90E078;
}
</style>
border-color css
<style>
span { border-color: #90E078; }
span { border-color: rgb(144,224,120); }
td.TdClassName
{
border-color: #90E078;
}
.TagClassName
{
border-color: #90E078;
}
</style>