Shades of Gossip #9FCA8A
Tints of Gossip #9FCA8A
RGB
CMYK
RGB Variations
Color information
#9FCA8A (or 0x9FCA8A) is known color: Gossip. HEX triplet: 9F, CA and 8A. RGB value is (159,202,138). Sum of RGB (Red+Green+Blue) = 159+202+138=499 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.86% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCA8A is #603575. Grayscale: #B6B6B6. Windows color (decimal): -6305142 or 9095839. OLE color: 9095839.
HSL color Cylindrical-coordinate representation of color #9FCA8A: hue angle of 100.31º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FCA8A is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 202 | 138 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.21 |
| HSL | 100.31º | 0.38% | 0.67% | - |
| HSV(B) | 100.31º | 0.32% | 0.79% | - |
| XYZ | 40.01 | 51.45 | 31.87 | - |
| YUV | 181.85 | 103.25 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 202 | 138 | 0.21 | 0 | 0.32 | 0.21 | 100.31 | 0.38 | 0.67 |
| Hex | 9F | CA | 8A | 15 | 0 | 20 | 15 | 64 | 26 | 43 |
| Octal | 237 | 312 | 212 | 25 | 0 | 40 | 25 | 144 | 46 | 103 |
| Binary | 10011111 | 11001010 | 10001010 | 10101 | 0 | 100000 | 10101 | 1100100 | 100110 | 1000011 |
Color Harmonies of #9FCA8A
Complementary color
Monochromatic Colors of #9FCA8A
Black with #9FCA8A
Text Example
Text Example
White with #9FCA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCA8A; }
p { color: rgb(159,202,138); }
H1.HeaderClassName
{
color: #9FCA8A;
}
.AnyTagClassName
{
color: #9FCA8A;
}
</style>
background-color css
<style>
a { background-color: #9FCA8A; }
a { background-color: rgb(159,202,138); }
div.DivClassName
{
background-color: #9FCA8A;
}
.BgClassName
{
background-color: #9FCA8A;
}
</style>
border-color css
<style>
span { border-color: #9FCA8A; }
span { border-color: rgb(159,202,138); }
td.TdClassName
{
border-color: #9FCA8A;
}
.TagClassName
{
border-color: #9FCA8A;
}
</style>