Shades of Gossip #9AD67B
Tints of Gossip #9AD67B
RGB
CMYK
RGB Variations
Color information
#9AD67B (or 0x9AD67B) is known color: Gossip. HEX triplet: 9A, D6 and 7B. RGB value is (154,214,123). Sum of RGB (Red+Green+Blue) = 154+214+123=491 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.36% from 491); Green value is 214 (83.98% from 255 or 43.58% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 214 - color contains mainly: green. Hex color #9AD67B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD67B is #652984. Grayscale: #B9B9B9. Windows color (decimal): -6629765 or 8115866. OLE color: 8115866.
HSL color Cylindrical-coordinate representation of color #9AD67B: hue angle of 99.56º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9AD67B is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 214 | 123 | - |
| CMYK | 0.28 | 0 | 0.43 | 0.16 |
| HSL | 99.56º | 0.53% | 0.66% | - |
| HSV(B) | 99.56º | 0.43% | 0.84% | - |
| XYZ | 40.95 | 56.39 | 27.47 | - |
| YUV | 185.69 | 92.62 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 214 | 123 | 0.28 | 0 | 0.43 | 0.16 | 99.56 | 0.53 | 0.66 |
| Hex | 9A | D6 | 7B | 1C | 0 | 2B | 10 | 64 | 35 | 42 |
| Octal | 232 | 326 | 173 | 34 | 0 | 53 | 20 | 144 | 65 | 102 |
| Binary | 10011010 | 11010110 | 1111011 | 11100 | 0 | 101011 | 10000 | 1100100 | 110101 | 1000010 |
Color Harmonies of #9AD67B
Complementary color
Monochromatic Colors of #9AD67B
Black with #9AD67B
Text Example
Text Example
White with #9AD67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD67B; }
p { color: rgb(154,214,123); }
H1.HeaderClassName
{
color: #9AD67B;
}
.AnyTagClassName
{
color: #9AD67B;
}
</style>
background-color css
<style>
a { background-color: #9AD67B; }
a { background-color: rgb(154,214,123); }
div.DivClassName
{
background-color: #9AD67B;
}
.BgClassName
{
background-color: #9AD67B;
}
</style>
border-color css
<style>
span { border-color: #9AD67B; }
span { border-color: rgb(154,214,123); }
td.TdClassName
{
border-color: #9AD67B;
}
.TagClassName
{
border-color: #9AD67B;
}
</style>