Shades of Gossip #9ADD75
Tints of Gossip #9ADD75
RGB
CMYK
RGB Variations
Color information
#9ADD75 (or 0x9ADD75) is known color: Gossip. HEX triplet: 9A, DD and 75. RGB value is (154,221,117). Sum of RGB (Red+Green+Blue) = 154+221+117=492 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.30% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADD75 is #65228A. Grayscale: #BDBDBD. Windows color (decimal): -6627979 or 7724442. OLE color: 7724442.
HSL color Cylindrical-coordinate representation of color #9ADD75: hue angle of 98.65º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9ADD75 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 221 | 117 | - |
| CMYK | 0.30 | 0 | 0.47 | 0.13 |
| HSL | 98.65º | 0.6% | 0.66% | - |
| HSV(B) | 98.65º | 0.47% | 0.87% | - |
| XYZ | 42.39 | 59.87 | 26.15 | - |
| YUV | 189.11 | 87.3 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 221 | 117 | 0.30 | 0 | 0.47 | 0.13 | 98.65 | 0.6 | 0.66 |
| Hex | 9A | DD | 75 | 1E | 0 | 2F | D | 63 | 3C | 42 |
| Octal | 232 | 335 | 165 | 36 | 0 | 57 | 15 | 143 | 74 | 102 |
| Binary | 10011010 | 11011101 | 1110101 | 11110 | 0 | 101111 | 1101 | 1100011 | 111100 | 1000010 |
Color Harmonies of #9ADD75
Complementary color
Monochromatic Colors of #9ADD75
Black with #9ADD75
Text Example
Text Example
White with #9ADD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADD75; }
p { color: rgb(154,221,117); }
H1.HeaderClassName
{
color: #9ADD75;
}
.AnyTagClassName
{
color: #9ADD75;
}
</style>
background-color css
<style>
a { background-color: #9ADD75; }
a { background-color: rgb(154,221,117); }
div.DivClassName
{
background-color: #9ADD75;
}
.BgClassName
{
background-color: #9ADD75;
}
</style>
border-color css
<style>
span { border-color: #9ADD75; }
span { border-color: rgb(154,221,117); }
td.TdClassName
{
border-color: #9ADD75;
}
.TagClassName
{
border-color: #9ADD75;
}
</style>