Shades of Gossip #90C57E
Tints of Gossip #90C57E
RGB
CMYK
RGB Variations
Color information
#90C57E (or 0x90C57E) is known color: Gossip. HEX triplet: 90, C5 and 7E. RGB value is (144,197,126). Sum of RGB (Red+Green+Blue) = 144+197+126=467 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.84% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 197 - color contains mainly: green. Hex color #90C57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C57E is #6F3A81. Grayscale: #ADADAD. Windows color (decimal): -7289474 or 8308112. OLE color: 8308112.
HSL color Cylindrical-coordinate representation of color #90C57E: hue angle of 104.79º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #90C57E is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 197 | 126 | - |
| CMYK | 0.27 | 0 | 0.36 | 0.23 |
| HSL | 104.79º | 0.38% | 0.63% | - |
| HSV(B) | 104.79º | 0.36% | 0.77% | - |
| XYZ | 35.23 | 47.37 | 27.02 | - |
| YUV | 173.06 | 101.44 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 197 | 126 | 0.27 | 0 | 0.36 | 0.23 | 104.79 | 0.38 | 0.63 |
| Hex | 90 | C5 | 7E | 1B | 0 | 24 | 17 | 69 | 26 | 3F |
| Octal | 220 | 305 | 176 | 33 | 0 | 44 | 27 | 151 | 46 | 77 |
| Binary | 10010000 | 11000101 | 1111110 | 11011 | 0 | 100100 | 10111 | 1101001 | 100110 | 111111 |
Color Harmonies of #90C57E
Complementary color
Monochromatic Colors of #90C57E
Black with #90C57E
Text Example
Text Example
White with #90C57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C57E; }
p { color: rgb(144,197,126); }
H1.HeaderClassName
{
color: #90C57E;
}
.AnyTagClassName
{
color: #90C57E;
}
</style>
background-color css
<style>
a { background-color: #90C57E; }
a { background-color: rgb(144,197,126); }
div.DivClassName
{
background-color: #90C57E;
}
.BgClassName
{
background-color: #90C57E;
}
</style>
border-color css
<style>
span { border-color: #90C57E; }
span { border-color: rgb(144,197,126); }
td.TdClassName
{
border-color: #90C57E;
}
.TagClassName
{
border-color: #90C57E;
}
</style>