Shades of Gossip #9ADE81
Tints of Gossip #9ADE81
RGB
CMYK
RGB Variations
Color information
#9ADE81 (or 0x9ADE81) is known color: Gossip. HEX triplet: 9A, DE and 81. RGB value is (154,222,129). Sum of RGB (Red+Green+Blue) = 154+222+129=505 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.50% from 505); Green value is 222 (87.11% from 255 or 43.96% from 505); Blue value is 129 (50.78% from 255 or 25.54% from 505); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADE81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADE81 is #65217E. Grayscale: #BFBFBF. Windows color (decimal): -6627711 or 8511130. OLE color: 8511130.
HSL color Cylindrical-coordinate representation of color #9ADE81: hue angle of 103.87º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9ADE81 is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 222 | 129 | - |
| CMYK | 0.31 | 0 | 0.42 | 0.13 |
| HSL | 103.87º | 0.58% | 0.69% | - |
| HSV(B) | 103.87º | 0.42% | 0.87% | - |
| XYZ | 43.41 | 60.7 | 30.2 | - |
| YUV | 191.07 | 92.97 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 222 | 129 | 0.31 | 0 | 0.42 | 0.13 | 103.87 | 0.58 | 0.69 |
| Hex | 9A | DE | 81 | 1F | 0 | 2A | D | 68 | 3A | 45 |
| Octal | 232 | 336 | 201 | 37 | 0 | 52 | 15 | 150 | 72 | 105 |
| Binary | 10011010 | 11011110 | 10000001 | 11111 | 0 | 101010 | 1101 | 1101000 | 111010 | 1000101 |
Color Harmonies of #9ADE81
Complementary color
Monochromatic Colors of #9ADE81
Black with #9ADE81
Text Example
Text Example
White with #9ADE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADE81; }
p { color: rgb(154,222,129); }
H1.HeaderClassName
{
color: #9ADE81;
}
.AnyTagClassName
{
color: #9ADE81;
}
</style>
background-color css
<style>
a { background-color: #9ADE81; }
a { background-color: rgb(154,222,129); }
div.DivClassName
{
background-color: #9ADE81;
}
.BgClassName
{
background-color: #9ADE81;
}
</style>
border-color css
<style>
span { border-color: #9ADE81; }
span { border-color: rgb(154,222,129); }
td.TdClassName
{
border-color: #9ADE81;
}
.TagClassName
{
border-color: #9ADE81;
}
</style>