Shades of Gossip #90E070
Tints of Gossip #90E070
RGB
CMYK
RGB Variations
Color information
#90E070 (or 0x90E070) is known color: Gossip. HEX triplet: 90, E0 and 70. RGB value is (144,224,112). Sum of RGB (Red+Green+Blue) = 144+224+112=480 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30% from 480); Green value is 224 (87.89% from 255 or 46.67% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 224 - color contains mainly: green. Hex color #90E070 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90E070 is #6F1F8F. Grayscale: #BBBBBB. Windows color (decimal): -7282576 or 7397520. OLE color: 7397520.
HSL color Cylindrical-coordinate representation of color #90E070: hue angle of 102.86º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #90E070 is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 144 | 224 | 112 | - |
| CMYK | 0.36 | 0 | 0.50 | 0.12 |
| HSL | 102.86º | 0.64% | 0.66% | - |
| HSV(B) | 102.86º | 0.5% | 0.88% | - |
| XYZ | 41.08 | 60.41 | 24.82 | - |
| YUV | 187.31 | 85.5 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 224 | 112 | 0.36 | 0 | 0.50 | 0.12 | 102.86 | 0.64 | 0.66 |
| Hex | 90 | E0 | 70 | 24 | 0 | 32 | C | 67 | 40 | 42 |
| Octal | 220 | 340 | 160 | 44 | 0 | 62 | 14 | 147 | 100 | 102 |
| Binary | 10010000 | 11100000 | 1110000 | 100100 | 0 | 110010 | 1100 | 1100111 | 1000000 | 1000010 |
Color Harmonies of #90E070
Complementary color
Monochromatic Colors of #90E070
Black with #90E070
Text Example
Text Example
White with #90E070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E070; }
p { color: rgb(144,224,112); }
H1.HeaderClassName
{
color: #90E070;
}
.AnyTagClassName
{
color: #90E070;
}
</style>
background-color css
<style>
a { background-color: #90E070; }
a { background-color: rgb(144,224,112); }
div.DivClassName
{
background-color: #90E070;
}
.BgClassName
{
background-color: #90E070;
}
</style>
border-color css
<style>
span { border-color: #90E070; }
span { border-color: rgb(144,224,112); }
td.TdClassName
{
border-color: #90E070;
}
.TagClassName
{
border-color: #90E070;
}
</style>