Shades of Gossip #9AD07E
Tints of Gossip #9AD07E
RGB
CMYK
RGB Variations
Color information
#9AD07E (or 0x9AD07E) is known color: Gossip. HEX triplet: 9A, D0 and 7E. RGB value is (154,208,126). Sum of RGB (Red+Green+Blue) = 154+208+126=488 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.56% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 126 (49.61% from 255 or 25.82% from 488); Max value from RGB is 208 - color contains mainly: green. Hex color #9AD07E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD07E is #652F81. Grayscale: #B6B6B6. Windows color (decimal): -6631298 or 8310938. OLE color: 8310938.
HSL color Cylindrical-coordinate representation of color #9AD07E: hue angle of 99.51º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AD07E is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 208 | 126 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.18 |
| HSL | 99.51º | 0.47% | 0.65% | - |
| HSV(B) | 99.51º | 0.39% | 0.82% | - |
| XYZ | 39.65 | 53.49 | 27.97 | - |
| YUV | 182.51 | 96.11 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 208 | 126 | 0.26 | 0 | 0.39 | 0.18 | 99.51 | 0.47 | 0.65 |
| Hex | 9A | D0 | 7E | 1A | 0 | 27 | 12 | 64 | 2F | 41 |
| Octal | 232 | 320 | 176 | 32 | 0 | 47 | 22 | 144 | 57 | 101 |
| Binary | 10011010 | 11010000 | 1111110 | 11010 | 0 | 100111 | 10010 | 1100100 | 101111 | 1000001 |
Color Harmonies of #9AD07E
Complementary color
Monochromatic Colors of #9AD07E
Black with #9AD07E
Text Example
Text Example
White with #9AD07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD07E; }
p { color: rgb(154,208,126); }
H1.HeaderClassName
{
color: #9AD07E;
}
.AnyTagClassName
{
color: #9AD07E;
}
</style>
background-color css
<style>
a { background-color: #9AD07E; }
a { background-color: rgb(154,208,126); }
div.DivClassName
{
background-color: #9AD07E;
}
.BgClassName
{
background-color: #9AD07E;
}
</style>
border-color css
<style>
span { border-color: #9AD07E; }
span { border-color: rgb(154,208,126); }
td.TdClassName
{
border-color: #9AD07E;
}
.TagClassName
{
border-color: #9AD07E;
}
</style>