Shades of Gossip #9AD277
Tints of Gossip #9AD277
RGB
CMYK
RGB Variations
Color information
#9AD277 (or 0x9AD277) is known color: Gossip. HEX triplet: 9A, D2 and 77. RGB value is (154,210,119). Sum of RGB (Red+Green+Blue) = 154+210+119=483 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.88% from 483); Green value is 210 (82.42% from 255 or 43.48% from 483); Blue value is 119 (46.88% from 255 or 24.64% from 483); Max value from RGB is 210 - color contains mainly: green. Hex color #9AD277 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD277 is #652D88. Grayscale: #B7B7B7. Windows color (decimal): -6630793 or 7852698. OLE color: 7852698.
HSL color Cylindrical-coordinate representation of color #9AD277: hue angle of 96.92º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9AD277 is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 210 | 119 | - |
| CMYK | 0.27 | 0 | 0.43 | 0.18 |
| HSL | 96.92º | 0.5% | 0.65% | - |
| HSV(B) | 96.92º | 0.43% | 0.82% | - |
| XYZ | 39.7 | 54.3 | 25.84 | - |
| YUV | 182.88 | 91.95 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 210 | 119 | 0.27 | 0 | 0.43 | 0.18 | 96.92 | 0.5 | 0.65 |
| Hex | 9A | D2 | 77 | 1B | 0 | 2B | 12 | 61 | 32 | 41 |
| Octal | 232 | 322 | 167 | 33 | 0 | 53 | 22 | 141 | 62 | 101 |
| Binary | 10011010 | 11010010 | 1110111 | 11011 | 0 | 101011 | 10010 | 1100001 | 110010 | 1000001 |
Color Harmonies of #9AD277
Complementary color
Monochromatic Colors of #9AD277
Black with #9AD277
Text Example
Text Example
White with #9AD277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD277; }
p { color: rgb(154,210,119); }
H1.HeaderClassName
{
color: #9AD277;
}
.AnyTagClassName
{
color: #9AD277;
}
</style>
background-color css
<style>
a { background-color: #9AD277; }
a { background-color: rgb(154,210,119); }
div.DivClassName
{
background-color: #9AD277;
}
.BgClassName
{
background-color: #9AD277;
}
</style>
border-color css
<style>
span { border-color: #9AD277; }
span { border-color: rgb(154,210,119); }
td.TdClassName
{
border-color: #9AD277;
}
.TagClassName
{
border-color: #9AD277;
}
</style>