Shades of Gossip #90D171
Tints of Gossip #90D171
RGB
CMYK
RGB Variations
Color information
#90D171 (or 0x90D171) is known color: Gossip. HEX triplet: 90, D1 and 71. RGB value is (144,209,113). Sum of RGB (Red+Green+Blue) = 144+209+113=466 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.90% from 466); Green value is 209 (82.03% from 255 or 44.85% from 466); Blue value is 113 (44.53% from 255 or 24.25% from 466); Max value from RGB is 209 - color contains mainly: green. Hex color #90D171 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D171 is #6F2E8E. Grayscale: #B2B2B2. Windows color (decimal): -7286415 or 7459216. OLE color: 7459216.
HSL color Cylindrical-coordinate representation of color #90D171: hue angle of 100.62º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #90D171 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 209 | 113 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.18 |
| HSL | 100.63º | 0.51% | 0.63% | - |
| HSV(B) | 100.63º | 0.46% | 0.82% | - |
| XYZ | 37.28 | 52.72 | 23.83 | - |
| YUV | 178.62 | 90.97 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 209 | 113 | 0.31 | 0 | 0.46 | 0.18 | 100.63 | 0.51 | 0.63 |
| Hex | 90 | D1 | 71 | 1F | 0 | 2E | 12 | 65 | 33 | 3F |
| Octal | 220 | 321 | 161 | 37 | 0 | 56 | 22 | 145 | 63 | 77 |
| Binary | 10010000 | 11010001 | 1110001 | 11111 | 0 | 101110 | 10010 | 1100101 | 110011 | 111111 |
Color Harmonies of #90D171
Complementary color
Monochromatic Colors of #90D171
Black with #90D171
Text Example
Text Example
White with #90D171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D171; }
p { color: rgb(144,209,113); }
H1.HeaderClassName
{
color: #90D171;
}
.AnyTagClassName
{
color: #90D171;
}
</style>
background-color css
<style>
a { background-color: #90D171; }
a { background-color: rgb(144,209,113); }
div.DivClassName
{
background-color: #90D171;
}
.BgClassName
{
background-color: #90D171;
}
</style>
border-color css
<style>
span { border-color: #90D171; }
span { border-color: rgb(144,209,113); }
td.TdClassName
{
border-color: #90D171;
}
.TagClassName
{
border-color: #90D171;
}
</style>