Shades of Gossip #9AD667
Tints of Gossip #9AD667
RGB
CMYK
RGB Variations
Color information
#9AD667 (or 0x9AD667) is known color: Gossip. HEX triplet: 9A, D6 and 67. RGB value is (154,214,103). Sum of RGB (Red+Green+Blue) = 154+214+103=471 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.70% from 471); Green value is 214 (83.98% from 255 or 45.44% from 471); Blue value is 103 (40.62% from 255 or 21.87% from 471); Max value from RGB is 214 - color contains mainly: green. Hex color #9AD667 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD667 is #652998. Grayscale: #B7B7B7. Windows color (decimal): -6629785 or 6805146. OLE color: 6805146.
HSL color Cylindrical-coordinate representation of color #9AD667: hue angle of 92.43º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9AD667 is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 214 | 103 | - |
| CMYK | 0.28 | 0 | 0.52 | 0.16 |
| HSL | 92.43º | 0.58% | 0.62% | - |
| HSV(B) | 92.43º | 0.52% | 0.84% | - |
| XYZ | 39.82 | 55.94 | 21.53 | - |
| YUV | 183.41 | 82.62 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 214 | 103 | 0.28 | 0 | 0.52 | 0.16 | 92.43 | 0.58 | 0.62 |
| Hex | 9A | D6 | 67 | 1C | 0 | 34 | 10 | 5C | 3A | 3E |
| Octal | 232 | 326 | 147 | 34 | 0 | 64 | 20 | 134 | 72 | 76 |
| Binary | 10011010 | 11010110 | 1100111 | 11100 | 0 | 110100 | 10000 | 1011100 | 111010 | 111110 |
Color Harmonies of #9AD667
Complementary color
Monochromatic Colors of #9AD667
Black with #9AD667
Text Example
Text Example
White with #9AD667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD667; }
p { color: rgb(154,214,103); }
H1.HeaderClassName
{
color: #9AD667;
}
.AnyTagClassName
{
color: #9AD667;
}
</style>
background-color css
<style>
a { background-color: #9AD667; }
a { background-color: rgb(154,214,103); }
div.DivClassName
{
background-color: #9AD667;
}
.BgClassName
{
background-color: #9AD667;
}
</style>
border-color css
<style>
span { border-color: #9AD667; }
span { border-color: rgb(154,214,103); }
td.TdClassName
{
border-color: #9AD667;
}
.TagClassName
{
border-color: #9AD667;
}
</style>