Shades of Gossip #9AD07F
Tints of Gossip #9AD07F
RGB
CMYK
RGB Variations
Color information
#9AD07F (or 0x9AD07F) is known color: Gossip. HEX triplet: 9A, D0 and 7F. RGB value is (154,208,127). Sum of RGB (Red+Green+Blue) = 154+208+127=489 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.49% from 489); Green value is 208 (81.64% from 255 or 42.54% from 489); Blue value is 127 (50% from 255 or 25.97% from 489); Max value from RGB is 208 - color contains mainly: green. Hex color #9AD07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD07F is #652F80. Grayscale: #B6B6B6. Windows color (decimal): -6631297 or 8376474. OLE color: 8376474.
HSL color Cylindrical-coordinate representation of color #9AD07F: hue angle of 100º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AD07F is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 208 | 127 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.18 |
| HSL | 100º | 0.46% | 0.66% | - |
| HSV(B) | 100º | 0.39% | 0.82% | - |
| XYZ | 39.71 | 53.51 | 28.31 | - |
| YUV | 182.62 | 96.61 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 208 | 127 | 0.26 | 0 | 0.39 | 0.18 | 100 | 0.46 | 0.66 |
| Hex | 9A | D0 | 7F | 1A | 0 | 27 | 12 | 64 | 2E | 42 |
| Octal | 232 | 320 | 177 | 32 | 0 | 47 | 22 | 144 | 56 | 102 |
| Binary | 10011010 | 11010000 | 1111111 | 11010 | 0 | 100111 | 10010 | 1100100 | 101110 | 1000010 |
Color Harmonies of #9AD07F
Complementary color
Monochromatic Colors of #9AD07F
Black with #9AD07F
Text Example
Text Example
White with #9AD07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD07F; }
p { color: rgb(154,208,127); }
H1.HeaderClassName
{
color: #9AD07F;
}
.AnyTagClassName
{
color: #9AD07F;
}
</style>
background-color css
<style>
a { background-color: #9AD07F; }
a { background-color: rgb(154,208,127); }
div.DivClassName
{
background-color: #9AD07F;
}
.BgClassName
{
background-color: #9AD07F;
}
</style>
border-color css
<style>
span { border-color: #9AD07F; }
span { border-color: rgb(154,208,127); }
td.TdClassName
{
border-color: #9AD07F;
}
.TagClassName
{
border-color: #9AD07F;
}
</style>