Shades of Gossip #90DA6A
Tints of Gossip #90DA6A
RGB
CMYK
RGB Variations
Color information
#90DA6A (or 0x90DA6A) is known color: Gossip. HEX triplet: 90, DA and 6A. RGB value is (144,218,106). Sum of RGB (Red+Green+Blue) = 144+218+106=468 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.77% from 468); Green value is 218 (85.55% from 255 or 46.58% from 468); Blue value is 106 (41.80% from 255 or 22.65% from 468); Max value from RGB is 218 - color contains mainly: green. Hex color #90DA6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90DA6A is #6F2595. Grayscale: #B7B7B7. Windows color (decimal): -7284118 or 7002768. OLE color: 7002768.
HSL color Cylindrical-coordinate representation of color #90DA6A: hue angle of 99.64º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #90DA6A is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 218 | 106 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.15 |
| HSL | 99.64º | 0.6% | 0.64% | - |
| HSV(B) | 99.64º | 0.51% | 0.85% | - |
| XYZ | 39.17 | 57.11 | 22.59 | - |
| YUV | 183.11 | 84.48 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 218 | 106 | 0.34 | 0 | 0.51 | 0.15 | 99.64 | 0.6 | 0.64 |
| Hex | 90 | DA | 6A | 22 | 0 | 33 | F | 64 | 3C | 40 |
| Octal | 220 | 332 | 152 | 42 | 0 | 63 | 17 | 144 | 74 | 100 |
| Binary | 10010000 | 11011010 | 1101010 | 100010 | 0 | 110011 | 1111 | 1100100 | 111100 | 1000000 |
Color Harmonies of #90DA6A
Complementary color
Monochromatic Colors of #90DA6A
Black with #90DA6A
Text Example
Text Example
White with #90DA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DA6A; }
p { color: rgb(144,218,106); }
H1.HeaderClassName
{
color: #90DA6A;
}
.AnyTagClassName
{
color: #90DA6A;
}
</style>
background-color css
<style>
a { background-color: #90DA6A; }
a { background-color: rgb(144,218,106); }
div.DivClassName
{
background-color: #90DA6A;
}
.BgClassName
{
background-color: #90DA6A;
}
</style>
border-color css
<style>
span { border-color: #90DA6A; }
span { border-color: rgb(144,218,106); }
td.TdClassName
{
border-color: #90DA6A;
}
.TagClassName
{
border-color: #90DA6A;
}
</style>