Shades of Gossip #90E07A
Tints of Gossip #90E07A
RGB
CMYK
RGB Variations
Color information
#90E07A (or 0x90E07A) is known color: Gossip. HEX triplet: 90, E0 and 7A. RGB value is (144,224,122). Sum of RGB (Red+Green+Blue) = 144+224+122=490 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.39% from 490); Green value is 224 (87.89% from 255 or 45.71% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 224 - color contains mainly: green. Hex color #90E07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90E07A is #6F1F85. Grayscale: #BCBCBC. Windows color (decimal): -7282566 or 8052880. OLE color: 8052880.
HSL color Cylindrical-coordinate representation of color #90E07A: hue angle of 107.06º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #90E07A is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 144 | 224 | 122 | - |
| CMYK | 0.36 | 0 | 0.46 | 0.12 |
| HSL | 107.06º | 0.62% | 0.68% | - |
| HSV(B) | 107.06º | 0.46% | 0.88% | - |
| XYZ | 41.67 | 60.65 | 27.92 | - |
| YUV | 188.45 | 90.5 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 224 | 122 | 0.36 | 0 | 0.46 | 0.12 | 107.06 | 0.62 | 0.68 |
| Hex | 90 | E0 | 7A | 24 | 0 | 2E | C | 6B | 3E | 44 |
| Octal | 220 | 340 | 172 | 44 | 0 | 56 | 14 | 153 | 76 | 104 |
| Binary | 10010000 | 11100000 | 1111010 | 100100 | 0 | 101110 | 1100 | 1101011 | 111110 | 1000100 |
Color Harmonies of #90E07A
Complementary color
Monochromatic Colors of #90E07A
Black with #90E07A
Text Example
Text Example
White with #90E07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E07A; }
p { color: rgb(144,224,122); }
H1.HeaderClassName
{
color: #90E07A;
}
.AnyTagClassName
{
color: #90E07A;
}
</style>
background-color css
<style>
a { background-color: #90E07A; }
a { background-color: rgb(144,224,122); }
div.DivClassName
{
background-color: #90E07A;
}
.BgClassName
{
background-color: #90E07A;
}
</style>
border-color css
<style>
span { border-color: #90E07A; }
span { border-color: rgb(144,224,122); }
td.TdClassName
{
border-color: #90E07A;
}
.TagClassName
{
border-color: #90E07A;
}
</style>