Shades of Gossip #9ADC76
Tints of Gossip #9ADC76
RGB
CMYK
RGB Variations
Color information
#9ADC76 (or 0x9ADC76) is known color: Gossip. HEX triplet: 9A, DC and 76. RGB value is (154,220,118). Sum of RGB (Red+Green+Blue) = 154+220+118=492 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.30% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADC76 is #652389. Grayscale: #BCBCBC. Windows color (decimal): -6628234 or 7789722. OLE color: 7789722.
HSL color Cylindrical-coordinate representation of color #9ADC76: hue angle of 98.82º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9ADC76 is Cyan = 0.3, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 220 | 118 | - |
| CMYK | 0.3 | 0 | 0.46 | 0.14 |
| HSL | 98.82º | 0.59% | 0.66% | - |
| HSV(B) | 98.82º | 0.46% | 0.86% | - |
| XYZ | 42.19 | 59.36 | 26.37 | - |
| YUV | 188.64 | 88.13 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 220 | 118 | 0.3 | 0 | 0.46 | 0.14 | 98.82 | 0.59 | 0.66 |
| Hex | 9A | DC | 76 | 1E | 0 | 2E | E | 63 | 3B | 42 |
| Octal | 232 | 334 | 166 | 36 | 0 | 56 | 16 | 143 | 73 | 102 |
| Binary | 10011010 | 11011100 | 1110110 | 11110 | 0 | 101110 | 1110 | 1100011 | 111011 | 1000010 |
Color Harmonies of #9ADC76
Complementary color
Monochromatic Colors of #9ADC76
Black with #9ADC76
Text Example
Text Example
White with #9ADC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADC76; }
p { color: rgb(154,220,118); }
H1.HeaderClassName
{
color: #9ADC76;
}
.AnyTagClassName
{
color: #9ADC76;
}
</style>
background-color css
<style>
a { background-color: #9ADC76; }
a { background-color: rgb(154,220,118); }
div.DivClassName
{
background-color: #9ADC76;
}
.BgClassName
{
background-color: #9ADC76;
}
</style>
border-color css
<style>
span { border-color: #9ADC76; }
span { border-color: rgb(154,220,118); }
td.TdClassName
{
border-color: #9ADC76;
}
.TagClassName
{
border-color: #9ADC76;
}
</style>