Shades of Gossip #90E172
Tints of Gossip #90E172
RGB
CMYK
RGB Variations
Color information
#90E172 (or 0x90E172) is known color: Gossip. HEX triplet: 90, E1 and 72. RGB value is (144,225,114). Sum of RGB (Red+Green+Blue) = 144+225+114=483 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.81% from 483); Green value is 225 (88.28% from 255 or 46.58% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 225 - color contains mainly: green. Hex color #90E172 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90E172 is #6F1E8D. Grayscale: #BCBCBC. Windows color (decimal): -7282318 or 7528848. OLE color: 7528848.
HSL color Cylindrical-coordinate representation of color #90E172: hue angle of 103.78º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #90E172 is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 144 | 225 | 114 | - |
| CMYK | 0.36 | 0 | 0.49 | 0.12 |
| HSL | 103.78º | 0.65% | 0.66% | - |
| HSV(B) | 103.78º | 0.49% | 0.88% | - |
| XYZ | 41.46 | 60.99 | 25.51 | - |
| YUV | 188.13 | 86.16 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 225 | 114 | 0.36 | 0 | 0.49 | 0.12 | 103.78 | 0.65 | 0.66 |
| Hex | 90 | E1 | 72 | 24 | 0 | 31 | C | 68 | 41 | 42 |
| Octal | 220 | 341 | 162 | 44 | 0 | 61 | 14 | 150 | 101 | 102 |
| Binary | 10010000 | 11100001 | 1110010 | 100100 | 0 | 110001 | 1100 | 1101000 | 1000001 | 1000010 |
Color Harmonies of #90E172
Complementary color
Monochromatic Colors of #90E172
Black with #90E172
Text Example
Text Example
White with #90E172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E172; }
p { color: rgb(144,225,114); }
H1.HeaderClassName
{
color: #90E172;
}
.AnyTagClassName
{
color: #90E172;
}
</style>
background-color css
<style>
a { background-color: #90E172; }
a { background-color: rgb(144,225,114); }
div.DivClassName
{
background-color: #90E172;
}
.BgClassName
{
background-color: #90E172;
}
</style>
border-color css
<style>
span { border-color: #90E172; }
span { border-color: rgb(144,225,114); }
td.TdClassName
{
border-color: #90E172;
}
.TagClassName
{
border-color: #90E172;
}
</style>