Shades of Gossip #90E279
Tints of Gossip #90E279
RGB
CMYK
RGB Variations
Color information
#90E279 (or 0x90E279) is known color: Gossip. HEX triplet: 90, E2 and 79. RGB value is (144,226,121). Sum of RGB (Red+Green+Blue) = 144+226+121=491 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.33% from 491); Green value is 226 (88.67% from 255 or 46.03% from 491); Blue value is 121 (47.66% from 255 or 24.64% from 491); Max value from RGB is 226 - color contains mainly: green. Hex color #90E279 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90E279 is #6F1D86. Grayscale: #BDBDBD. Windows color (decimal): -7282055 or 7987856. OLE color: 7987856.
HSL color Cylindrical-coordinate representation of color #90E279: hue angle of 106.86º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #90E279 is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 144 | 226 | 121 | - |
| CMYK | 0.36 | 0 | 0.46 | 0.11 |
| HSL | 106.86º | 0.64% | 0.68% | - |
| HSV(B) | 106.86º | 0.46% | 0.89% | - |
| XYZ | 42.15 | 61.7 | 27.78 | - |
| YUV | 189.51 | 89.33 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 226 | 121 | 0.36 | 0 | 0.46 | 0.11 | 106.86 | 0.64 | 0.68 |
| Hex | 90 | E2 | 79 | 24 | 0 | 2E | B | 6B | 40 | 44 |
| Octal | 220 | 342 | 171 | 44 | 0 | 56 | 13 | 153 | 100 | 104 |
| Binary | 10010000 | 11100010 | 1111001 | 100100 | 0 | 101110 | 1011 | 1101011 | 1000000 | 1000100 |
Color Harmonies of #90E279
Complementary color
Monochromatic Colors of #90E279
Black with #90E279
Text Example
Text Example
White with #90E279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E279; }
p { color: rgb(144,226,121); }
H1.HeaderClassName
{
color: #90E279;
}
.AnyTagClassName
{
color: #90E279;
}
</style>
background-color css
<style>
a { background-color: #90E279; }
a { background-color: rgb(144,226,121); }
div.DivClassName
{
background-color: #90E279;
}
.BgClassName
{
background-color: #90E279;
}
</style>
border-color css
<style>
span { border-color: #90E279; }
span { border-color: rgb(144,226,121); }
td.TdClassName
{
border-color: #90E279;
}
.TagClassName
{
border-color: #90E279;
}
</style>