Shades of Gossip #90DA6C
Tints of Gossip #90DA6C
RGB
CMYK
RGB Variations
Color information
#90DA6C (or 0x90DA6C) is known color: Gossip. HEX triplet: 90, DA and 6C. RGB value is (144,218,108). Sum of RGB (Red+Green+Blue) = 144+218+108=470 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.64% from 470); Green value is 218 (85.55% from 255 or 46.38% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 218 - color contains mainly: green. Hex color #90DA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90DA6C is #6F2593. Grayscale: #B7B7B7. Windows color (decimal): -7284116 or 7133840. OLE color: 7133840.
HSL color Cylindrical-coordinate representation of color #90DA6C: hue angle of 100.36º 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 #90DA6C is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 218 | 108 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.15 |
| HSL | 100.36º | 0.6% | 0.64% | - |
| HSV(B) | 100.36º | 0.5% | 0.85% | - |
| XYZ | 39.28 | 57.15 | 23.15 | - |
| YUV | 183.33 | 85.48 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 218 | 108 | 0.34 | 0 | 0.50 | 0.15 | 100.36 | 0.6 | 0.64 |
| Hex | 90 | DA | 6C | 22 | 0 | 32 | F | 64 | 3C | 40 |
| Octal | 220 | 332 | 154 | 42 | 0 | 62 | 17 | 144 | 74 | 100 |
| Binary | 10010000 | 11011010 | 1101100 | 100010 | 0 | 110010 | 1111 | 1100100 | 111100 | 1000000 |
Color Harmonies of #90DA6C
Complementary color
Monochromatic Colors of #90DA6C
Black with #90DA6C
Text Example
Text Example
White with #90DA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DA6C; }
p { color: rgb(144,218,108); }
H1.HeaderClassName
{
color: #90DA6C;
}
.AnyTagClassName
{
color: #90DA6C;
}
</style>
background-color css
<style>
a { background-color: #90DA6C; }
a { background-color: rgb(144,218,108); }
div.DivClassName
{
background-color: #90DA6C;
}
.BgClassName
{
background-color: #90DA6C;
}
</style>
border-color css
<style>
span { border-color: #90DA6C; }
span { border-color: rgb(144,218,108); }
td.TdClassName
{
border-color: #90DA6C;
}
.TagClassName
{
border-color: #90DA6C;
}
</style>