Shades of Gossip #9FD08A
Tints of Gossip #9FD08A
RGB
CMYK
RGB Variations
Color information
#9FD08A (or 0x9FD08A) is known color: Gossip. HEX triplet: 9F, D0 and 8A. RGB value is (159,208,138). Sum of RGB (Red+Green+Blue) = 159+208+138=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 208 (81.64% from 255 or 41.19% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 208 - color contains mainly: green. Hex color #9FD08A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD08A is #602F75. Grayscale: #B9B9B9. Windows color (decimal): -6303606 or 9097375. OLE color: 9097375.
HSL color Cylindrical-coordinate representation of color #9FD08A: hue angle of 102º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FD08A is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 159 | 208 | 138 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.18 |
| HSL | 102º | 0.43% | 0.68% | - |
| HSV(B) | 102º | 0.34% | 0.82% | - |
| XYZ | 41.44 | 54.32 | 32.34 | - |
| YUV | 185.37 | 101.27 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 208 | 138 | 0.24 | 0 | 0.34 | 0.18 | 102 | 0.43 | 0.68 |
| Hex | 9F | D0 | 8A | 18 | 0 | 22 | 12 | 66 | 2B | 44 |
| Octal | 237 | 320 | 212 | 30 | 0 | 42 | 22 | 146 | 53 | 104 |
| Binary | 10011111 | 11010000 | 10001010 | 11000 | 0 | 100010 | 10010 | 1100110 | 101011 | 1000100 |
Color Harmonies of #9FD08A
Complementary color
Monochromatic Colors of #9FD08A
Black with #9FD08A
Text Example
Text Example
White with #9FD08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD08A; }
p { color: rgb(159,208,138); }
H1.HeaderClassName
{
color: #9FD08A;
}
.AnyTagClassName
{
color: #9FD08A;
}
</style>
background-color css
<style>
a { background-color: #9FD08A; }
a { background-color: rgb(159,208,138); }
div.DivClassName
{
background-color: #9FD08A;
}
.BgClassName
{
background-color: #9FD08A;
}
</style>
border-color css
<style>
span { border-color: #9FD08A; }
span { border-color: rgb(159,208,138); }
td.TdClassName
{
border-color: #9FD08A;
}
.TagClassName
{
border-color: #9FD08A;
}
</style>