Shades of Gossip #9AD387
Tints of Gossip #9AD387
RGB
CMYK
RGB Variations
Color information
#9AD387 (or 0x9AD387) is known color: Gossip. HEX triplet: 9A, D3 and 87. RGB value is (154,211,135). Sum of RGB (Red+Green+Blue) = 154+211+135=500 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.8% from 500); Green value is 211 (82.81% from 255 or 42.2% from 500); Blue value is 135 (53.12% from 255 or 27% from 500); Max value from RGB is 211 - color contains mainly: green. Hex color #9AD387 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD387 is #652C78. Grayscale: #B9B9B9. Windows color (decimal): -6630521 or 8901530. OLE color: 8901530.
HSL color Cylindrical-coordinate representation of color #9AD387: hue angle of 105º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AD387 is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 154 | 211 | 135 | - |
| CMYK | 0.27 | 0 | 0.36 | 0.17 |
| HSL | 105º | 0.46% | 0.68% | - |
| HSV(B) | 105º | 0.36% | 0.83% | - |
| XYZ | 40.99 | 55.21 | 31.42 | - |
| YUV | 185.29 | 99.62 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 211 | 135 | 0.27 | 0 | 0.36 | 0.17 | 105 | 0.46 | 0.68 |
| Hex | 9A | D3 | 87 | 1B | 0 | 24 | 11 | 69 | 2E | 44 |
| Octal | 232 | 323 | 207 | 33 | 0 | 44 | 21 | 151 | 56 | 104 |
| Binary | 10011010 | 11010011 | 10000111 | 11011 | 0 | 100100 | 10001 | 1101001 | 101110 | 1000100 |
Color Harmonies of #9AD387
Complementary color
Monochromatic Colors of #9AD387
Black with #9AD387
Text Example
Text Example
White with #9AD387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD387; }
p { color: rgb(154,211,135); }
H1.HeaderClassName
{
color: #9AD387;
}
.AnyTagClassName
{
color: #9AD387;
}
</style>
background-color css
<style>
a { background-color: #9AD387; }
a { background-color: rgb(154,211,135); }
div.DivClassName
{
background-color: #9AD387;
}
.BgClassName
{
background-color: #9AD387;
}
</style>
border-color css
<style>
span { border-color: #9AD387; }
span { border-color: rgb(154,211,135); }
td.TdClassName
{
border-color: #9AD387;
}
.TagClassName
{
border-color: #9AD387;
}
</style>