Shades of Gossip #90DA6D
Tints of Gossip #90DA6D
RGB
CMYK
RGB Variations
Color information
#90DA6D (or 0x90DA6D) is known color: Gossip. HEX triplet: 90, DA and 6D. RGB value is (144,218,109). Sum of RGB (Red+Green+Blue) = 144+218+109=471 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.57% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #90DA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90DA6D is #6F2592. Grayscale: #B7B7B7. Windows color (decimal): -7284115 or 7199376. OLE color: 7199376.
HSL color Cylindrical-coordinate representation of color #90DA6D: hue angle of 100.73º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #90DA6D is Cyan = 0.34, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 218 | 109 | - |
| CMYK | 0.34 | 0 | 0.5 | 0.15 |
| HSL | 100.73º | 0.6% | 0.64% | - |
| HSV(B) | 100.73º | 0.5% | 0.85% | - |
| XYZ | 39.33 | 57.18 | 23.43 | - |
| YUV | 183.45 | 85.98 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 218 | 109 | 0.34 | 0 | 0.5 | 0.15 | 100.73 | 0.6 | 0.64 |
| Hex | 90 | DA | 6D | 22 | 0 | 32 | F | 65 | 3C | 40 |
| Octal | 220 | 332 | 155 | 42 | 0 | 62 | 17 | 145 | 74 | 100 |
| Binary | 10010000 | 11011010 | 1101101 | 100010 | 0 | 110010 | 1111 | 1100101 | 111100 | 1000000 |
Color Harmonies of #90DA6D
Complementary color
Monochromatic Colors of #90DA6D
Black with #90DA6D
Text Example
Text Example
White with #90DA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DA6D; }
p { color: rgb(144,218,109); }
H1.HeaderClassName
{
color: #90DA6D;
}
.AnyTagClassName
{
color: #90DA6D;
}
</style>
background-color css
<style>
a { background-color: #90DA6D; }
a { background-color: rgb(144,218,109); }
div.DivClassName
{
background-color: #90DA6D;
}
.BgClassName
{
background-color: #90DA6D;
}
</style>
border-color css
<style>
span { border-color: #90DA6D; }
span { border-color: rgb(144,218,109); }
td.TdClassName
{
border-color: #90DA6D;
}
.TagClassName
{
border-color: #90DA6D;
}
</style>