Shades of Gossip #90D272
Tints of Gossip #90D272
RGB
CMYK
RGB Variations
Color information
#90D272 (or 0x90D272) is known color: Gossip. HEX triplet: 90, D2 and 72. RGB value is (144,210,114). Sum of RGB (Red+Green+Blue) = 144+210+114=468 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.77% from 468); Green value is 210 (82.42% from 255 or 44.87% from 468); Blue value is 114 (44.92% from 255 or 24.36% from 468); Max value from RGB is 210 - color contains mainly: green. Hex color #90D272 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D272 is #6F2D8D. Grayscale: #B3B3B3. Windows color (decimal): -7286158 or 7525008. OLE color: 7525008.
HSL color Cylindrical-coordinate representation of color #90D272: hue angle of 101.25º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #90D272 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 210 | 114 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.18 |
| HSL | 101.25º | 0.52% | 0.64% | - |
| HSV(B) | 101.25º | 0.46% | 0.82% | - |
| XYZ | 37.59 | 53.24 | 24.21 | - |
| YUV | 179.32 | 91.13 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 210 | 114 | 0.31 | 0 | 0.46 | 0.18 | 101.25 | 0.52 | 0.64 |
| Hex | 90 | D2 | 72 | 1F | 0 | 2E | 12 | 65 | 34 | 40 |
| Octal | 220 | 322 | 162 | 37 | 0 | 56 | 22 | 145 | 64 | 100 |
| Binary | 10010000 | 11010010 | 1110010 | 11111 | 0 | 101110 | 10010 | 1100101 | 110100 | 1000000 |
Color Harmonies of #90D272
Complementary color
Monochromatic Colors of #90D272
Black with #90D272
Text Example
Text Example
White with #90D272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D272; }
p { color: rgb(144,210,114); }
H1.HeaderClassName
{
color: #90D272;
}
.AnyTagClassName
{
color: #90D272;
}
</style>
background-color css
<style>
a { background-color: #90D272; }
a { background-color: rgb(144,210,114); }
div.DivClassName
{
background-color: #90D272;
}
.BgClassName
{
background-color: #90D272;
}
</style>
border-color css
<style>
span { border-color: #90D272; }
span { border-color: rgb(144,210,114); }
td.TdClassName
{
border-color: #90D272;
}
.TagClassName
{
border-color: #90D272;
}
</style>