Shades of Gossip #90C17E
Tints of Gossip #90C17E
RGB
CMYK
RGB Variations
Color information
#90C17E (or 0x90C17E) is known color: Gossip. HEX triplet: 90, C1 and 7E. RGB value is (144,193,126). Sum of RGB (Red+Green+Blue) = 144+193+126=463 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.10% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 126 (49.61% from 255 or 27.21% from 463); Max value from RGB is 193 - color contains mainly: green. Hex color #90C17E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C17E is #6F3E81. Grayscale: #AAAAAA. Windows color (decimal): -7290498 or 8307088. OLE color: 8307088.
HSL color Cylindrical-coordinate representation of color #90C17E: hue angle of 103.88º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90C17E is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 193 | 126 | - |
| CMYK | 0.25 | 0 | 0.35 | 0.24 |
| HSL | 103.88º | 0.35% | 0.63% | - |
| HSV(B) | 103.88º | 0.35% | 0.76% | - |
| XYZ | 34.34 | 45.58 | 26.73 | - |
| YUV | 170.71 | 102.77 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 193 | 126 | 0.25 | 0 | 0.35 | 0.24 | 103.88 | 0.35 | 0.63 |
| Hex | 90 | C1 | 7E | 19 | 0 | 23 | 18 | 68 | 23 | 3F |
| Octal | 220 | 301 | 176 | 31 | 0 | 43 | 30 | 150 | 43 | 77 |
| Binary | 10010000 | 11000001 | 1111110 | 11001 | 0 | 100011 | 11000 | 1101000 | 100011 | 111111 |
Color Harmonies of #90C17E
Complementary color
Monochromatic Colors of #90C17E
Black with #90C17E
Text Example
Text Example
White with #90C17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C17E; }
p { color: rgb(144,193,126); }
H1.HeaderClassName
{
color: #90C17E;
}
.AnyTagClassName
{
color: #90C17E;
}
</style>
background-color css
<style>
a { background-color: #90C17E; }
a { background-color: rgb(144,193,126); }
div.DivClassName
{
background-color: #90C17E;
}
.BgClassName
{
background-color: #90C17E;
}
</style>
border-color css
<style>
span { border-color: #90C17E; }
span { border-color: rgb(144,193,126); }
td.TdClassName
{
border-color: #90C17E;
}
.TagClassName
{
border-color: #90C17E;
}
</style>