Shades of Gossip #9AD275
Tints of Gossip #9AD275
RGB
CMYK
RGB Variations
Color information
#9AD275 (or 0x9AD275) is known color: Gossip. HEX triplet: 9A, D2 and 75. RGB value is (154,210,117). Sum of RGB (Red+Green+Blue) = 154+210+117=481 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.02% from 481); Green value is 210 (82.42% from 255 or 43.66% from 481); Blue value is 117 (46.09% from 255 or 24.32% from 481); Max value from RGB is 210 - color contains mainly: green. Hex color #9AD275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD275 is #652D8A. Grayscale: #B6B6B6. Windows color (decimal): -6630795 or 7721626. OLE color: 7721626.
HSL color Cylindrical-coordinate representation of color #9AD275: hue angle of 96.13º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9AD275 is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 210 | 117 | - |
| CMYK | 0.27 | 0 | 0.44 | 0.18 |
| HSL | 96.13º | 0.51% | 0.64% | - |
| HSV(B) | 96.13º | 0.44% | 0.82% | - |
| XYZ | 39.58 | 54.25 | 25.21 | - |
| YUV | 182.65 | 90.95 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 210 | 117 | 0.27 | 0 | 0.44 | 0.18 | 96.13 | 0.51 | 0.64 |
| Hex | 9A | D2 | 75 | 1B | 0 | 2C | 12 | 60 | 33 | 40 |
| Octal | 232 | 322 | 165 | 33 | 0 | 54 | 22 | 140 | 63 | 100 |
| Binary | 10011010 | 11010010 | 1110101 | 11011 | 0 | 101100 | 10010 | 1100000 | 110011 | 1000000 |
Color Harmonies of #9AD275
Complementary color
Monochromatic Colors of #9AD275
Black with #9AD275
Text Example
Text Example
White with #9AD275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD275; }
p { color: rgb(154,210,117); }
H1.HeaderClassName
{
color: #9AD275;
}
.AnyTagClassName
{
color: #9AD275;
}
</style>
background-color css
<style>
a { background-color: #9AD275; }
a { background-color: rgb(154,210,117); }
div.DivClassName
{
background-color: #9AD275;
}
.BgClassName
{
background-color: #9AD275;
}
</style>
border-color css
<style>
span { border-color: #9AD275; }
span { border-color: rgb(154,210,117); }
td.TdClassName
{
border-color: #9AD275;
}
.TagClassName
{
border-color: #9AD275;
}
</style>