Shades of Gossip #9ADE7D
Tints of Gossip #9ADE7D
RGB
CMYK
RGB Variations
Color information
#9ADE7D (or 0x9ADE7D) is known color: Gossip. HEX triplet: 9A, DE and 7D. RGB value is (154,222,125). Sum of RGB (Red+Green+Blue) = 154+222+125=501 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.74% from 501); Green value is 222 (87.11% from 255 or 44.31% from 501); Blue value is 125 (49.22% from 255 or 24.95% from 501); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADE7D is #652182. Grayscale: #BEBEBE. Windows color (decimal): -6627715 or 8248986. OLE color: 8248986.
HSL color Cylindrical-coordinate representation of color #9ADE7D: hue angle of 102.06º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9ADE7D is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 222 | 125 | - |
| CMYK | 0.31 | 0 | 0.44 | 0.13 |
| HSL | 102.06º | 0.6% | 0.68% | - |
| HSV(B) | 102.06º | 0.44% | 0.87% | - |
| XYZ | 43.15 | 60.59 | 28.82 | - |
| YUV | 190.61 | 90.97 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 222 | 125 | 0.31 | 0 | 0.44 | 0.13 | 102.06 | 0.6 | 0.68 |
| Hex | 9A | DE | 7D | 1F | 0 | 2C | D | 66 | 3C | 44 |
| Octal | 232 | 336 | 175 | 37 | 0 | 54 | 15 | 146 | 74 | 104 |
| Binary | 10011010 | 11011110 | 1111101 | 11111 | 0 | 101100 | 1101 | 1100110 | 111100 | 1000100 |
Color Harmonies of #9ADE7D
Complementary color
Monochromatic Colors of #9ADE7D
Black with #9ADE7D
Text Example
Text Example
White with #9ADE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADE7D; }
p { color: rgb(154,222,125); }
H1.HeaderClassName
{
color: #9ADE7D;
}
.AnyTagClassName
{
color: #9ADE7D;
}
</style>
background-color css
<style>
a { background-color: #9ADE7D; }
a { background-color: rgb(154,222,125); }
div.DivClassName
{
background-color: #9ADE7D;
}
.BgClassName
{
background-color: #9ADE7D;
}
</style>
border-color css
<style>
span { border-color: #9ADE7D; }
span { border-color: rgb(154,222,125); }
td.TdClassName
{
border-color: #9ADE7D;
}
.TagClassName
{
border-color: #9ADE7D;
}
</style>