Shades of Gossip #9ADA7F
Tints of Gossip #9ADA7F
RGB
CMYK
RGB Variations
Color information
#9ADA7F (or 0x9ADA7F) is known color: Gossip. HEX triplet: 9A, DA and 7F. RGB value is (154,218,127). Sum of RGB (Red+Green+Blue) = 154+218+127=499 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.86% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 127 (50% from 255 or 25.45% from 499); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADA7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADA7F is #652580. Grayscale: #BCBCBC. Windows color (decimal): -6628737 or 8379034. OLE color: 8379034.
HSL color Cylindrical-coordinate representation of color #9ADA7F: hue angle of 102.2º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9ADA7F is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 218 | 127 | - |
| CMYK | 0.29 | 0 | 0.42 | 0.15 |
| HSL | 102.2º | 0.55% | 0.68% | - |
| HSV(B) | 102.2º | 0.42% | 0.85% | - |
| XYZ | 42.23 | 58.55 | 29.15 | - |
| YUV | 188.49 | 93.3 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 218 | 127 | 0.29 | 0 | 0.42 | 0.15 | 102.2 | 0.55 | 0.68 |
| Hex | 9A | DA | 7F | 1D | 0 | 2A | F | 66 | 37 | 44 |
| Octal | 232 | 332 | 177 | 35 | 0 | 52 | 17 | 146 | 67 | 104 |
| Binary | 10011010 | 11011010 | 1111111 | 11101 | 0 | 101010 | 1111 | 1100110 | 110111 | 1000100 |
Color Harmonies of #9ADA7F
Complementary color
Monochromatic Colors of #9ADA7F
Black with #9ADA7F
Text Example
Text Example
White with #9ADA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADA7F; }
p { color: rgb(154,218,127); }
H1.HeaderClassName
{
color: #9ADA7F;
}
.AnyTagClassName
{
color: #9ADA7F;
}
</style>
background-color css
<style>
a { background-color: #9ADA7F; }
a { background-color: rgb(154,218,127); }
div.DivClassName
{
background-color: #9ADA7F;
}
.BgClassName
{
background-color: #9ADA7F;
}
</style>
border-color css
<style>
span { border-color: #9ADA7F; }
span { border-color: rgb(154,218,127); }
td.TdClassName
{
border-color: #9ADA7F;
}
.TagClassName
{
border-color: #9ADA7F;
}
</style>