Shades of Gossip #9AD683
Tints of Gossip #9AD683
RGB
CMYK
RGB Variations
Color information
#9AD683 (or 0x9AD683) is known color: Gossip. HEX triplet: 9A, D6 and 83. RGB value is (154,214,131). Sum of RGB (Red+Green+Blue) = 154+214+131=499 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.86% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 214 - color contains mainly: green. Hex color #9AD683 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD683 is #65297C. Grayscale: #BABABA. Windows color (decimal): -6629757 or 8640154. OLE color: 8640154.
HSL color Cylindrical-coordinate representation of color #9AD683: hue angle of 103.37º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AD683 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 214 | 131 | - |
| CMYK | 0.28 | 0 | 0.39 | 0.16 |
| HSL | 103.37º | 0.5% | 0.68% | - |
| HSV(B) | 103.37º | 0.39% | 0.84% | - |
| XYZ | 41.47 | 56.6 | 30.21 | - |
| YUV | 186.6 | 96.62 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 214 | 131 | 0.28 | 0 | 0.39 | 0.16 | 103.37 | 0.5 | 0.68 |
| Hex | 9A | D6 | 83 | 1C | 0 | 27 | 10 | 67 | 32 | 44 |
| Octal | 232 | 326 | 203 | 34 | 0 | 47 | 20 | 147 | 62 | 104 |
| Binary | 10011010 | 11010110 | 10000011 | 11100 | 0 | 100111 | 10000 | 1100111 | 110010 | 1000100 |
Color Harmonies of #9AD683
Complementary color
Monochromatic Colors of #9AD683
Black with #9AD683
Text Example
Text Example
White with #9AD683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD683; }
p { color: rgb(154,214,131); }
H1.HeaderClassName
{
color: #9AD683;
}
.AnyTagClassName
{
color: #9AD683;
}
</style>
background-color css
<style>
a { background-color: #9AD683; }
a { background-color: rgb(154,214,131); }
div.DivClassName
{
background-color: #9AD683;
}
.BgClassName
{
background-color: #9AD683;
}
</style>
border-color css
<style>
span { border-color: #9AD683; }
span { border-color: rgb(154,214,131); }
td.TdClassName
{
border-color: #9AD683;
}
.TagClassName
{
border-color: #9AD683;
}
</style>