Shades of Gossip #90D46F
Tints of Gossip #90D46F
RGB
CMYK
RGB Variations
Color information
#90D46F (or 0x90D46F) is known color: Gossip. HEX triplet: 90, D4 and 6F. RGB value is (144,212,111). Sum of RGB (Red+Green+Blue) = 144+212+111=467 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.84% from 467); Green value is 212 (83.20% from 255 or 45.40% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 212 - color contains mainly: green. Hex color #90D46F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D46F is #6F2B90. Grayscale: #B4B4B4. Windows color (decimal): -7285649 or 7328912. OLE color: 7328912.
HSL color Cylindrical-coordinate representation of color #90D46F: hue angle of 100.4º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #90D46F is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 144 | 212 | 111 | - |
| CMYK | 0.32 | 0 | 0.48 | 0.17 |
| HSL | 100.4º | 0.54% | 0.63% | - |
| HSV(B) | 100.4º | 0.48% | 0.83% | - |
| XYZ | 37.91 | 54.16 | 23.5 | - |
| YUV | 180.15 | 88.97 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 212 | 111 | 0.32 | 0 | 0.48 | 0.17 | 100.4 | 0.54 | 0.63 |
| Hex | 90 | D4 | 6F | 20 | 0 | 30 | 11 | 64 | 36 | 3F |
| Octal | 220 | 324 | 157 | 40 | 0 | 60 | 21 | 144 | 66 | 77 |
| Binary | 10010000 | 11010100 | 1101111 | 100000 | 0 | 110000 | 10001 | 1100100 | 110110 | 111111 |
Color Harmonies of #90D46F
Complementary color
Monochromatic Colors of #90D46F
Black with #90D46F
Text Example
Text Example
White with #90D46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D46F; }
p { color: rgb(144,212,111); }
H1.HeaderClassName
{
color: #90D46F;
}
.AnyTagClassName
{
color: #90D46F;
}
</style>
background-color css
<style>
a { background-color: #90D46F; }
a { background-color: rgb(144,212,111); }
div.DivClassName
{
background-color: #90D46F;
}
.BgClassName
{
background-color: #90D46F;
}
</style>
border-color css
<style>
span { border-color: #90D46F; }
span { border-color: rgb(144,212,111); }
td.TdClassName
{
border-color: #90D46F;
}
.TagClassName
{
border-color: #90D46F;
}
</style>