Shades of Gossip #90D17E
Tints of Gossip #90D17E
RGB
CMYK
RGB Variations
Color information
#90D17E (or 0x90D17E) is known color: Gossip. HEX triplet: 90, D1 and 7E. RGB value is (144,209,126). Sum of RGB (Red+Green+Blue) = 144+209+126=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 209 (82.03% from 255 or 43.63% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 209 - color contains mainly: green. Hex color #90D17E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D17E is #6F2E81. Grayscale: #B4B4B4. Windows color (decimal): -7286402 or 8311184. OLE color: 8311184.
HSL color Cylindrical-coordinate representation of color #90D17E: hue angle of 106.99º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90D17E is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 209 | 126 | - |
| CMYK | 0.31 | 0 | 0.40 | 0.18 |
| HSL | 106.99º | 0.47% | 0.66% | - |
| HSV(B) | 106.99º | 0.4% | 0.82% | - |
| XYZ | 38.07 | 53.04 | 27.97 | - |
| YUV | 180.1 | 97.47 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 209 | 126 | 0.31 | 0 | 0.40 | 0.18 | 106.99 | 0.47 | 0.66 |
| Hex | 90 | D1 | 7E | 1F | 0 | 28 | 12 | 6B | 2F | 42 |
| Octal | 220 | 321 | 176 | 37 | 0 | 50 | 22 | 153 | 57 | 102 |
| Binary | 10010000 | 11010001 | 1111110 | 11111 | 0 | 101000 | 10010 | 1101011 | 101111 | 1000010 |
Color Harmonies of #90D17E
Complementary color
Monochromatic Colors of #90D17E
Black with #90D17E
Text Example
Text Example
White with #90D17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D17E; }
p { color: rgb(144,209,126); }
H1.HeaderClassName
{
color: #90D17E;
}
.AnyTagClassName
{
color: #90D17E;
}
</style>
background-color css
<style>
a { background-color: #90D17E; }
a { background-color: rgb(144,209,126); }
div.DivClassName
{
background-color: #90D17E;
}
.BgClassName
{
background-color: #90D17E;
}
</style>
border-color css
<style>
span { border-color: #90D17E; }
span { border-color: rgb(144,209,126); }
td.TdClassName
{
border-color: #90D17E;
}
.TagClassName
{
border-color: #90D17E;
}
</style>