Shades of Gossip #9AD887
Tints of Gossip #9AD887
RGB
CMYK
RGB Variations
Color information
#9AD887 (or 0x9AD887) is known color: Gossip. HEX triplet: 9A, D8 and 87. RGB value is (154,216,135). Sum of RGB (Red+Green+Blue) = 154+216+135=505 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.50% from 505); Green value is 216 (84.77% from 255 or 42.77% from 505); Blue value is 135 (53.12% from 255 or 26.73% from 505); Max value from RGB is 216 - color contains mainly: green. Hex color #9AD887 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD887 is #652778. Grayscale: #BCBCBC. Windows color (decimal): -6629241 or 8902810. OLE color: 8902810.
HSL color Cylindrical-coordinate representation of color #9AD887: hue angle of 105.93º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AD887 is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 216 | 135 | - |
| CMYK | 0.29 | 0 | 0.38 | 0.15 |
| HSL | 105.93º | 0.51% | 0.69% | - |
| HSV(B) | 105.93º | 0.38% | 0.85% | - |
| XYZ | 42.26 | 57.73 | 31.84 | - |
| YUV | 188.23 | 97.96 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 216 | 135 | 0.29 | 0 | 0.38 | 0.15 | 105.93 | 0.51 | 0.69 |
| Hex | 9A | D8 | 87 | 1D | 0 | 26 | F | 6A | 33 | 45 |
| Octal | 232 | 330 | 207 | 35 | 0 | 46 | 17 | 152 | 63 | 105 |
| Binary | 10011010 | 11011000 | 10000111 | 11101 | 0 | 100110 | 1111 | 1101010 | 110011 | 1000101 |
Color Harmonies of #9AD887
Complementary color
Monochromatic Colors of #9AD887
Black with #9AD887
Text Example
Text Example
White with #9AD887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD887; }
p { color: rgb(154,216,135); }
H1.HeaderClassName
{
color: #9AD887;
}
.AnyTagClassName
{
color: #9AD887;
}
</style>
background-color css
<style>
a { background-color: #9AD887; }
a { background-color: rgb(154,216,135); }
div.DivClassName
{
background-color: #9AD887;
}
.BgClassName
{
background-color: #9AD887;
}
</style>
border-color css
<style>
span { border-color: #9AD887; }
span { border-color: rgb(154,216,135); }
td.TdClassName
{
border-color: #9AD887;
}
.TagClassName
{
border-color: #9AD887;
}
</style>