Shades of Gossip #90C87A
Tints of Gossip #90C87A
RGB
CMYK
RGB Variations
Color information
#90C87A (or 0x90C87A) is known color: Gossip. HEX triplet: 90, C8 and 7A. RGB value is (144,200,122). Sum of RGB (Red+Green+Blue) = 144+200+122=466 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.90% from 466); Green value is 200 (78.52% from 255 or 42.92% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 200 - color contains mainly: green. Hex color #90C87A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C87A is #6F3785. Grayscale: #AEAEAE. Windows color (decimal): -7288710 or 8046736. OLE color: 8046736.
HSL color Cylindrical-coordinate representation of color #90C87A: hue angle of 103.08º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90C87A is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 200 | 122 | - |
| CMYK | 0.28 | 0 | 0.39 | 0.22 |
| HSL | 103.08º | 0.41% | 0.63% | - |
| HSV(B) | 103.08º | 0.39% | 0.78% | - |
| XYZ | 35.67 | 48.64 | 25.92 | - |
| YUV | 174.36 | 98.45 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 200 | 122 | 0.28 | 0 | 0.39 | 0.22 | 103.08 | 0.41 | 0.63 |
| Hex | 90 | C8 | 7A | 1C | 0 | 27 | 16 | 67 | 29 | 3F |
| Octal | 220 | 310 | 172 | 34 | 0 | 47 | 26 | 147 | 51 | 77 |
| Binary | 10010000 | 11001000 | 1111010 | 11100 | 0 | 100111 | 10110 | 1100111 | 101001 | 111111 |
Color Harmonies of #90C87A
Complementary color
Monochromatic Colors of #90C87A
Black with #90C87A
Text Example
Text Example
White with #90C87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C87A; }
p { color: rgb(144,200,122); }
H1.HeaderClassName
{
color: #90C87A;
}
.AnyTagClassName
{
color: #90C87A;
}
</style>
background-color css
<style>
a { background-color: #90C87A; }
a { background-color: rgb(144,200,122); }
div.DivClassName
{
background-color: #90C87A;
}
.BgClassName
{
background-color: #90C87A;
}
</style>
border-color css
<style>
span { border-color: #90C87A; }
span { border-color: rgb(144,200,122); }
td.TdClassName
{
border-color: #90C87A;
}
.TagClassName
{
border-color: #90C87A;
}
</style>