Shades of Gossip #90DA69
Tints of Gossip #90DA69
RGB
CMYK
RGB Variations
Color information
#90DA69 (or 0x90DA69) is known color: Gossip. HEX triplet: 90, DA and 69. RGB value is (144,218,105). Sum of RGB (Red+Green+Blue) = 144+218+105=467 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.84% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 105 (41.41% from 255 or 22.48% from 467); Max value from RGB is 218 - color contains mainly: green. Hex color #90DA69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90DA69 is #6F2596. Grayscale: #B7B7B7. Windows color (decimal): -7284119 or 6937232. OLE color: 6937232.
HSL color Cylindrical-coordinate representation of color #90DA69: hue angle of 99.29º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #90DA69 is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 218 | 105 | - |
| CMYK | 0.34 | 0 | 0.52 | 0.15 |
| HSL | 99.29º | 0.6% | 0.63% | - |
| HSV(B) | 99.29º | 0.52% | 0.85% | - |
| XYZ | 39.12 | 57.09 | 22.32 | - |
| YUV | 182.99 | 83.98 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 218 | 105 | 0.34 | 0 | 0.52 | 0.15 | 99.29 | 0.6 | 0.63 |
| Hex | 90 | DA | 69 | 22 | 0 | 34 | F | 63 | 3C | 3F |
| Octal | 220 | 332 | 151 | 42 | 0 | 64 | 17 | 143 | 74 | 77 |
| Binary | 10010000 | 11011010 | 1101001 | 100010 | 0 | 110100 | 1111 | 1100011 | 111100 | 111111 |
Color Harmonies of #90DA69
Complementary color
Monochromatic Colors of #90DA69
Black with #90DA69
Text Example
Text Example
White with #90DA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DA69; }
p { color: rgb(144,218,105); }
H1.HeaderClassName
{
color: #90DA69;
}
.AnyTagClassName
{
color: #90DA69;
}
</style>
background-color css
<style>
a { background-color: #90DA69; }
a { background-color: rgb(144,218,105); }
div.DivClassName
{
background-color: #90DA69;
}
.BgClassName
{
background-color: #90DA69;
}
</style>
border-color css
<style>
span { border-color: #90DA69; }
span { border-color: rgb(144,218,105); }
td.TdClassName
{
border-color: #90DA69;
}
.TagClassName
{
border-color: #90DA69;
}
</style>