Shades of Gossip #9ADC7C
Tints of Gossip #9ADC7C
RGB
CMYK
RGB Variations
Color information
#9ADC7C (or 0x9ADC7C) is known color: Gossip. HEX triplet: 9A, DC and 7C. RGB value is (154,220,124). Sum of RGB (Red+Green+Blue) = 154+220+124=498 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.92% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 124 (48.83% from 255 or 24.90% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADC7C is #652383. Grayscale: #BDBDBD. Windows color (decimal): -6628228 or 8182938. OLE color: 8182938.
HSL color Cylindrical-coordinate representation of color #9ADC7C: hue angle of 101.25º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9ADC7C is Cyan = 0.3, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 220 | 124 | - |
| CMYK | 0.3 | 0 | 0.44 | 0.14 |
| HSL | 101.25º | 0.58% | 0.67% | - |
| HSV(B) | 101.25º | 0.44% | 0.86% | - |
| XYZ | 42.56 | 59.51 | 28.31 | - |
| YUV | 189.32 | 91.13 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 220 | 124 | 0.3 | 0 | 0.44 | 0.14 | 101.25 | 0.58 | 0.67 |
| Hex | 9A | DC | 7C | 1E | 0 | 2C | E | 65 | 3A | 43 |
| Octal | 232 | 334 | 174 | 36 | 0 | 54 | 16 | 145 | 72 | 103 |
| Binary | 10011010 | 11011100 | 1111100 | 11110 | 0 | 101100 | 1110 | 1100101 | 111010 | 1000011 |
Color Harmonies of #9ADC7C
Complementary color
Monochromatic Colors of #9ADC7C
Black with #9ADC7C
Text Example
Text Example
White with #9ADC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADC7C; }
p { color: rgb(154,220,124); }
H1.HeaderClassName
{
color: #9ADC7C;
}
.AnyTagClassName
{
color: #9ADC7C;
}
</style>
background-color css
<style>
a { background-color: #9ADC7C; }
a { background-color: rgb(154,220,124); }
div.DivClassName
{
background-color: #9ADC7C;
}
.BgClassName
{
background-color: #9ADC7C;
}
</style>
border-color css
<style>
span { border-color: #9ADC7C; }
span { border-color: rgb(154,220,124); }
td.TdClassName
{
border-color: #9ADC7C;
}
.TagClassName
{
border-color: #9ADC7C;
}
</style>