Shades of Gossip #9FCC90
Tints of Gossip #9FCC90
RGB
CMYK
RGB Variations
Color information
#9FCC90 (or 0x9FCC90) is known color: Gossip. HEX triplet: 9F, CC and 90. RGB value is (159,204,144). Sum of RGB (Red+Green+Blue) = 159+204+144=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 144 (56.64% from 255 or 28.40% from 507); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCC90 is #60336F. Grayscale: #B7B7B7. Windows color (decimal): -6304624 or 9489567. OLE color: 9489567.
HSL color Cylindrical-coordinate representation of color #9FCC90: hue angle of 105º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FCC90 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 204 | 144 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.2 |
| HSL | 105º | 0.37% | 0.68% | - |
| HSV(B) | 105º | 0.29% | 0.8% | - |
| XYZ | 40.92 | 52.57 | 34.38 | - |
| YUV | 183.71 | 105.59 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 204 | 144 | 0.22 | 0 | 0.29 | 0.2 | 105 | 0.37 | 0.68 |
| Hex | 9F | CC | 90 | 16 | 0 | 1D | 14 | 69 | 25 | 44 |
| Octal | 237 | 314 | 220 | 26 | 0 | 35 | 24 | 151 | 45 | 104 |
| Binary | 10011111 | 11001100 | 10010000 | 10110 | 0 | 11101 | 10100 | 1101001 | 100101 | 1000100 |
Color Harmonies of #9FCC90
Complementary color
Monochromatic Colors of #9FCC90
Black with #9FCC90
Text Example
Text Example
White with #9FCC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCC90; }
p { color: rgb(159,204,144); }
H1.HeaderClassName
{
color: #9FCC90;
}
.AnyTagClassName
{
color: #9FCC90;
}
</style>
background-color css
<style>
a { background-color: #9FCC90; }
a { background-color: rgb(159,204,144); }
div.DivClassName
{
background-color: #9FCC90;
}
.BgClassName
{
background-color: #9FCC90;
}
</style>
border-color css
<style>
span { border-color: #9FCC90; }
span { border-color: rgb(159,204,144); }
td.TdClassName
{
border-color: #9FCC90;
}
.TagClassName
{
border-color: #9FCC90;
}
</style>