Shades of Gossip #9ED28F
Tints of Gossip #9ED28F
RGB
CMYK
RGB Variations
Color information
#9ED28F (or 0x9ED28F) is known color: Gossip. HEX triplet: 9E, D2 and 8F. RGB value is (158,210,143). Sum of RGB (Red+Green+Blue) = 158+210+143=511 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.92% from 511); Green value is 210 (82.42% from 255 or 41.10% from 511); Blue value is 143 (56.25% from 255 or 27.98% from 511); Max value from RGB is 210 - color contains mainly: green. Hex color #9ED28F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED28F is #612D70. Grayscale: #BBBBBB. Windows color (decimal): -6368625 or 9425566. OLE color: 9425566.
HSL color Cylindrical-coordinate representation of color #9ED28F: hue angle of 106.57º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9ED28F is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 210 | 143 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.18 |
| HSL | 106.57º | 0.43% | 0.69% | - |
| HSV(B) | 106.57º | 0.32% | 0.82% | - |
| XYZ | 42.11 | 55.35 | 34.45 | - |
| YUV | 186.81 | 103.27 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 210 | 143 | 0.25 | 0 | 0.32 | 0.18 | 106.57 | 0.43 | 0.69 |
| Hex | 9E | D2 | 8F | 19 | 0 | 20 | 12 | 6B | 2B | 45 |
| Octal | 236 | 322 | 217 | 31 | 0 | 40 | 22 | 153 | 53 | 105 |
| Binary | 10011110 | 11010010 | 10001111 | 11001 | 0 | 100000 | 10010 | 1101011 | 101011 | 1000101 |
Color Harmonies of #9ED28F
Complementary color
Monochromatic Colors of #9ED28F
Black with #9ED28F
Text Example
Text Example
White with #9ED28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED28F; }
p { color: rgb(158,210,143); }
H1.HeaderClassName
{
color: #9ED28F;
}
.AnyTagClassName
{
color: #9ED28F;
}
</style>
background-color css
<style>
a { background-color: #9ED28F; }
a { background-color: rgb(158,210,143); }
div.DivClassName
{
background-color: #9ED28F;
}
.BgClassName
{
background-color: #9ED28F;
}
</style>
border-color css
<style>
span { border-color: #9ED28F; }
span { border-color: rgb(158,210,143); }
td.TdClassName
{
border-color: #9ED28F;
}
.TagClassName
{
border-color: #9ED28F;
}
</style>