Shades of Gossip #9ADC7A
Tints of Gossip #9ADC7A
RGB
CMYK
RGB Variations
Color information
#9ADC7A (or 0x9ADC7A) is known color: Gossip. HEX triplet: 9A, DC and 7A. RGB value is (154,220,122). Sum of RGB (Red+Green+Blue) = 154+220+122=496 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.05% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 122 (48.05% from 255 or 24.60% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADC7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADC7A is #652385. Grayscale: #BDBDBD. Windows color (decimal): -6628230 or 8051866. OLE color: 8051866.
HSL color Cylindrical-coordinate representation of color #9ADC7A: hue angle of 100.41º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9ADC7A is Cyan = 0.3, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 220 | 122 | - |
| CMYK | 0.3 | 0 | 0.45 | 0.14 |
| HSL | 100.41º | 0.58% | 0.67% | - |
| HSV(B) | 100.41º | 0.45% | 0.86% | - |
| XYZ | 42.43 | 59.46 | 27.65 | - |
| YUV | 189.09 | 90.13 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 220 | 122 | 0.3 | 0 | 0.45 | 0.14 | 100.41 | 0.58 | 0.67 |
| Hex | 9A | DC | 7A | 1E | 0 | 2D | E | 64 | 3A | 43 |
| Octal | 232 | 334 | 172 | 36 | 0 | 55 | 16 | 144 | 72 | 103 |
| Binary | 10011010 | 11011100 | 1111010 | 11110 | 0 | 101101 | 1110 | 1100100 | 111010 | 1000011 |
Color Harmonies of #9ADC7A
Complementary color
Monochromatic Colors of #9ADC7A
Black with #9ADC7A
Text Example
Text Example
White with #9ADC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADC7A; }
p { color: rgb(154,220,122); }
H1.HeaderClassName
{
color: #9ADC7A;
}
.AnyTagClassName
{
color: #9ADC7A;
}
</style>
background-color css
<style>
a { background-color: #9ADC7A; }
a { background-color: rgb(154,220,122); }
div.DivClassName
{
background-color: #9ADC7A;
}
.BgClassName
{
background-color: #9ADC7A;
}
</style>
border-color css
<style>
span { border-color: #9ADC7A; }
span { border-color: rgb(154,220,122); }
td.TdClassName
{
border-color: #9ADC7A;
}
.TagClassName
{
border-color: #9ADC7A;
}
</style>