Shades of Gossip #9AD18D
Tints of Gossip #9AD18D
RGB
CMYK
RGB Variations
Color information
#9AD18D (or 0x9AD18D) is known color: Gossip. HEX triplet: 9A, D1 and 8D. RGB value is (154,209,141). Sum of RGB (Red+Green+Blue) = 154+209+141=504 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.56% from 504); Green value is 209 (82.03% from 255 or 41.47% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 209 - color contains mainly: green. Hex color #9AD18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD18D is #652E72. Grayscale: #B9B9B9. Windows color (decimal): -6631027 or 9294234. OLE color: 9294234.
HSL color Cylindrical-coordinate representation of color #9AD18D: hue angle of 108.53º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9AD18D is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 209 | 141 | - |
| CMYK | 0.26 | 0 | 0.33 | 0.18 |
| HSL | 108.53º | 0.43% | 0.69% | - |
| HSV(B) | 108.53º | 0.33% | 0.82% | - |
| XYZ | 40.93 | 54.39 | 33.54 | - |
| YUV | 184.8 | 103.28 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 209 | 141 | 0.26 | 0 | 0.33 | 0.18 | 108.53 | 0.43 | 0.69 |
| Hex | 9A | D1 | 8D | 1A | 0 | 21 | 12 | 6D | 2A | 45 |
| Octal | 232 | 321 | 215 | 32 | 0 | 41 | 22 | 155 | 52 | 105 |
| Binary | 10011010 | 11010001 | 10001101 | 11010 | 0 | 100001 | 10010 | 1101101 | 101010 | 1000101 |
Color Harmonies of #9AD18D
Complementary color
Monochromatic Colors of #9AD18D
Black with #9AD18D
Text Example
Text Example
White with #9AD18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD18D; }
p { color: rgb(154,209,141); }
H1.HeaderClassName
{
color: #9AD18D;
}
.AnyTagClassName
{
color: #9AD18D;
}
</style>
background-color css
<style>
a { background-color: #9AD18D; }
a { background-color: rgb(154,209,141); }
div.DivClassName
{
background-color: #9AD18D;
}
.BgClassName
{
background-color: #9AD18D;
}
</style>
border-color css
<style>
span { border-color: #9AD18D; }
span { border-color: rgb(154,209,141); }
td.TdClassName
{
border-color: #9AD18D;
}
.TagClassName
{
border-color: #9AD18D;
}
</style>