Shades of Gossip #90CC80
Tints of Gossip #90CC80
RGB
CMYK
RGB Variations
Color information
#90CC80 (or 0x90CC80) is known color: Gossip. HEX triplet: 90, CC and 80. RGB value is (144,204,128). Sum of RGB (Red+Green+Blue) = 144+204+128=476 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.25% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 204 - color contains mainly: green. Hex color #90CC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CC80 is #6F337F. Grayscale: #B1B1B1. Windows color (decimal): -7287680 or 8440976. OLE color: 8440976.
HSL color Cylindrical-coordinate representation of color #90CC80: hue angle of 107.37º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90CC80 is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 204 | 128 | - |
| CMYK | 0.29 | 0 | 0.37 | 0.2 |
| HSL | 107.37º | 0.43% | 0.65% | - |
| HSV(B) | 107.37º | 0.37% | 0.8% | - |
| XYZ | 36.99 | 50.67 | 28.25 | - |
| YUV | 177.4 | 100.12 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 204 | 128 | 0.29 | 0 | 0.37 | 0.2 | 107.37 | 0.43 | 0.65 |
| Hex | 90 | CC | 80 | 1D | 0 | 25 | 14 | 6B | 2B | 41 |
| Octal | 220 | 314 | 200 | 35 | 0 | 45 | 24 | 153 | 53 | 101 |
| Binary | 10010000 | 11001100 | 10000000 | 11101 | 0 | 100101 | 10100 | 1101011 | 101011 | 1000001 |
Color Harmonies of #90CC80
Complementary color
Monochromatic Colors of #90CC80
Black with #90CC80
Text Example
Text Example
White with #90CC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CC80; }
p { color: rgb(144,204,128); }
H1.HeaderClassName
{
color: #90CC80;
}
.AnyTagClassName
{
color: #90CC80;
}
</style>
background-color css
<style>
a { background-color: #90CC80; }
a { background-color: rgb(144,204,128); }
div.DivClassName
{
background-color: #90CC80;
}
.BgClassName
{
background-color: #90CC80;
}
</style>
border-color css
<style>
span { border-color: #90CC80; }
span { border-color: rgb(144,204,128); }
td.TdClassName
{
border-color: #90CC80;
}
.TagClassName
{
border-color: #90CC80;
}
</style>