Shades of Gossip #90E076
Tints of Gossip #90E076
RGB
CMYK
RGB Variations
Color information
#90E076 (or 0x90E076) is known color: Gossip. HEX triplet: 90, E0 and 76. RGB value is (144,224,118). Sum of RGB (Red+Green+Blue) = 144+224+118=486 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.63% from 486); Green value is 224 (87.89% from 255 or 46.09% from 486); Blue value is 118 (46.48% from 255 or 24.28% from 486); Max value from RGB is 224 - color contains mainly: green. Hex color #90E076 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90E076 is #6F1F89. Grayscale: #BCBCBC. Windows color (decimal): -7282570 or 7790736. OLE color: 7790736.
HSL color Cylindrical-coordinate representation of color #90E076: hue angle of 105.28º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #90E076 is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 144 | 224 | 118 | - |
| CMYK | 0.36 | 0 | 0.47 | 0.12 |
| HSL | 105.28º | 0.63% | 0.67% | - |
| HSV(B) | 105.28º | 0.47% | 0.88% | - |
| XYZ | 41.43 | 60.55 | 26.64 | - |
| YUV | 188 | 88.5 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 224 | 118 | 0.36 | 0 | 0.47 | 0.12 | 105.28 | 0.63 | 0.67 |
| Hex | 90 | E0 | 76 | 24 | 0 | 2F | C | 69 | 3F | 43 |
| Octal | 220 | 340 | 166 | 44 | 0 | 57 | 14 | 151 | 77 | 103 |
| Binary | 10010000 | 11100000 | 1110110 | 100100 | 0 | 101111 | 1100 | 1101001 | 111111 | 1000011 |
Color Harmonies of #90E076
Complementary color
Monochromatic Colors of #90E076
Black with #90E076
Text Example
Text Example
White with #90E076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E076; }
p { color: rgb(144,224,118); }
H1.HeaderClassName
{
color: #90E076;
}
.AnyTagClassName
{
color: #90E076;
}
</style>
background-color css
<style>
a { background-color: #90E076; }
a { background-color: rgb(144,224,118); }
div.DivClassName
{
background-color: #90E076;
}
.BgClassName
{
background-color: #90E076;
}
</style>
border-color css
<style>
span { border-color: #90E076; }
span { border-color: rgb(144,224,118); }
td.TdClassName
{
border-color: #90E076;
}
.TagClassName
{
border-color: #90E076;
}
</style>