Shades of Gossip #90E266
Tints of Gossip #90E266
RGB
CMYK
RGB Variations
Color information
#90E266 (or 0x90E266) is known color: Gossip. HEX triplet: 90, E2 and 66. RGB value is (144,226,102). Sum of RGB (Red+Green+Blue) = 144+226+102=472 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.51% from 472); Green value is 226 (88.67% from 255 or 47.88% from 472); Blue value is 102 (40.23% from 255 or 21.61% from 472); Max value from RGB is 226 - color contains mainly: green. Hex color #90E266 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90E266 is #6F1D99. Grayscale: #BBBBBB. Windows color (decimal): -7282074 or 6742672. OLE color: 6742672.
HSL color Cylindrical-coordinate representation of color #90E266: hue angle of 99.68º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #90E266 is Cyan = 0.36, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 144 | 226 | 102 | - |
| CMYK | 0.36 | 0 | 0.55 | 0.11 |
| HSL | 99.68º | 0.68% | 0.64% | - |
| HSV(B) | 99.68º | 0.55% | 0.89% | - |
| XYZ | 41.1 | 61.28 | 22.23 | - |
| YUV | 187.35 | 79.83 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 226 | 102 | 0.36 | 0 | 0.55 | 0.11 | 99.68 | 0.68 | 0.64 |
| Hex | 90 | E2 | 66 | 24 | 0 | 37 | B | 64 | 44 | 40 |
| Octal | 220 | 342 | 146 | 44 | 0 | 67 | 13 | 144 | 104 | 100 |
| Binary | 10010000 | 11100010 | 1100110 | 100100 | 0 | 110111 | 1011 | 1100100 | 1000100 | 1000000 |
Color Harmonies of #90E266
Complementary color
Monochromatic Colors of #90E266
Black with #90E266
Text Example
Text Example
White with #90E266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E266; }
p { color: rgb(144,226,102); }
H1.HeaderClassName
{
color: #90E266;
}
.AnyTagClassName
{
color: #90E266;
}
</style>
background-color css
<style>
a { background-color: #90E266; }
a { background-color: rgb(144,226,102); }
div.DivClassName
{
background-color: #90E266;
}
.BgClassName
{
background-color: #90E266;
}
</style>
border-color css
<style>
span { border-color: #90E266; }
span { border-color: rgb(144,226,102); }
td.TdClassName
{
border-color: #90E266;
}
.TagClassName
{
border-color: #90E266;
}
</style>