Shades of Gossip #90CA7E
Tints of Gossip #90CA7E
RGB
CMYK
RGB Variations
Color information
#90CA7E (or 0x90CA7E) is known color: Gossip. HEX triplet: 90, CA and 7E. RGB value is (144,202,126). Sum of RGB (Red+Green+Blue) = 144+202+126=472 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.51% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #90CA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90CA7E is #6F3581. Grayscale: #B0B0B0. Windows color (decimal): -7288194 or 8309392. OLE color: 8309392.
HSL color Cylindrical-coordinate representation of color #90CA7E: hue angle of 105.79º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90CA7E is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 202 | 126 | - |
| CMYK | 0.29 | 0 | 0.38 | 0.21 |
| HSL | 105.79º | 0.42% | 0.64% | - |
| HSV(B) | 105.79º | 0.38% | 0.79% | - |
| XYZ | 36.39 | 49.68 | 27.41 | - |
| YUV | 175.99 | 99.78 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 202 | 126 | 0.29 | 0 | 0.38 | 0.21 | 105.79 | 0.42 | 0.64 |
| Hex | 90 | CA | 7E | 1D | 0 | 26 | 15 | 6A | 2A | 40 |
| Octal | 220 | 312 | 176 | 35 | 0 | 46 | 25 | 152 | 52 | 100 |
| Binary | 10010000 | 11001010 | 1111110 | 11101 | 0 | 100110 | 10101 | 1101010 | 101010 | 1000000 |
Color Harmonies of #90CA7E
Complementary color
Monochromatic Colors of #90CA7E
Black with #90CA7E
Text Example
Text Example
White with #90CA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CA7E; }
p { color: rgb(144,202,126); }
H1.HeaderClassName
{
color: #90CA7E;
}
.AnyTagClassName
{
color: #90CA7E;
}
</style>
background-color css
<style>
a { background-color: #90CA7E; }
a { background-color: rgb(144,202,126); }
div.DivClassName
{
background-color: #90CA7E;
}
.BgClassName
{
background-color: #90CA7E;
}
</style>
border-color css
<style>
span { border-color: #90CA7E; }
span { border-color: rgb(144,202,126); }
td.TdClassName
{
border-color: #90CA7E;
}
.TagClassName
{
border-color: #90CA7E;
}
</style>