Shades of Gossip #9AD77E
Tints of Gossip #9AD77E
RGB
CMYK
RGB Variations
Color information
#9AD77E (or 0x9AD77E) is known color: Gossip. HEX triplet: 9A, D7 and 7E. RGB value is (154,215,126). Sum of RGB (Red+Green+Blue) = 154+215+126=495 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.11% from 495); Green value is 215 (84.38% from 255 or 43.43% from 495); Blue value is 126 (49.61% from 255 or 25.45% from 495); Max value from RGB is 215 - color contains mainly: green. Hex color #9AD77E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD77E is #652881. Grayscale: #BABABA. Windows color (decimal): -6629506 or 8312730. OLE color: 8312730.
HSL color Cylindrical-coordinate representation of color #9AD77E: hue angle of 101.12º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9AD77E is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 215 | 126 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.16 |
| HSL | 101.12º | 0.53% | 0.67% | - |
| HSV(B) | 101.12º | 0.41% | 0.84% | - |
| XYZ | 41.39 | 56.98 | 28.55 | - |
| YUV | 186.62 | 93.79 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 215 | 126 | 0.28 | 0 | 0.41 | 0.16 | 101.12 | 0.53 | 0.67 |
| Hex | 9A | D7 | 7E | 1C | 0 | 29 | 10 | 65 | 35 | 43 |
| Octal | 232 | 327 | 176 | 34 | 0 | 51 | 20 | 145 | 65 | 103 |
| Binary | 10011010 | 11010111 | 1111110 | 11100 | 0 | 101001 | 10000 | 1100101 | 110101 | 1000011 |
Color Harmonies of #9AD77E
Complementary color
Monochromatic Colors of #9AD77E
Black with #9AD77E
Text Example
Text Example
White with #9AD77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD77E; }
p { color: rgb(154,215,126); }
H1.HeaderClassName
{
color: #9AD77E;
}
.AnyTagClassName
{
color: #9AD77E;
}
</style>
background-color css
<style>
a { background-color: #9AD77E; }
a { background-color: rgb(154,215,126); }
div.DivClassName
{
background-color: #9AD77E;
}
.BgClassName
{
background-color: #9AD77E;
}
</style>
border-color css
<style>
span { border-color: #9AD77E; }
span { border-color: rgb(154,215,126); }
td.TdClassName
{
border-color: #9AD77E;
}
.TagClassName
{
border-color: #9AD77E;
}
</style>