Shades of Gossip #9FD27F
Tints of Gossip #9FD27F
RGB
CMYK
RGB Variations
Color information
#9FD27F (or 0x9FD27F) is known color: Gossip. HEX triplet: 9F, D2 and 7F. RGB value is (159,210,127). Sum of RGB (Red+Green+Blue) = 159+210+127=496 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.06% from 496); Green value is 210 (82.42% from 255 or 42.34% from 496); Blue value is 127 (50% from 255 or 25.60% from 496); Max value from RGB is 210 - color contains mainly: green. Hex color #9FD27F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD27F is #602D80. Grayscale: #B9B9B9. Windows color (decimal): -6303105 or 8376991. OLE color: 8376991.
HSL color Cylindrical-coordinate representation of color #9FD27F: hue angle of 96.87º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9FD27F is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 159 | 210 | 127 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.18 |
| HSL | 96.87º | 0.48% | 0.66% | - |
| HSV(B) | 96.87º | 0.4% | 0.82% | - |
| XYZ | 41.18 | 55 | 28.52 | - |
| YUV | 185.29 | 95.1 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 210 | 127 | 0.24 | 0 | 0.40 | 0.18 | 96.87 | 0.48 | 0.66 |
| Hex | 9F | D2 | 7F | 18 | 0 | 28 | 12 | 61 | 30 | 42 |
| Octal | 237 | 322 | 177 | 30 | 0 | 50 | 22 | 141 | 60 | 102 |
| Binary | 10011111 | 11010010 | 1111111 | 11000 | 0 | 101000 | 10010 | 1100001 | 110000 | 1000010 |
Color Harmonies of #9FD27F
Complementary color
Monochromatic Colors of #9FD27F
Black with #9FD27F
Text Example
Text Example
White with #9FD27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD27F; }
p { color: rgb(159,210,127); }
H1.HeaderClassName
{
color: #9FD27F;
}
.AnyTagClassName
{
color: #9FD27F;
}
</style>
background-color css
<style>
a { background-color: #9FD27F; }
a { background-color: rgb(159,210,127); }
div.DivClassName
{
background-color: #9FD27F;
}
.BgClassName
{
background-color: #9FD27F;
}
</style>
border-color css
<style>
span { border-color: #9FD27F; }
span { border-color: rgb(159,210,127); }
td.TdClassName
{
border-color: #9FD27F;
}
.TagClassName
{
border-color: #9FD27F;
}
</style>