Shades of Gossip #9AE084
Tints of Gossip #9AE084
RGB
CMYK
RGB Variations
Color information
#9AE084 (or 0x9AE084) is known color: Gossip. HEX triplet: 9A, E0 and 84. RGB value is (154,224,132). Sum of RGB (Red+Green+Blue) = 154+224+132=510 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.20% from 510); Green value is 224 (87.89% from 255 or 43.92% from 510); Blue value is 132 (51.95% from 255 or 25.88% from 510); Max value from RGB is 224 - color contains mainly: green. Hex color #9AE084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AE084 is #651F7B. Grayscale: #C0C0C0. Windows color (decimal): -6627196 or 8708250. OLE color: 8708250.
HSL color Cylindrical-coordinate representation of color #9AE084: hue angle of 105.65º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9AE084 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 154 | 224 | 132 | - |
| CMYK | 0.31 | 0 | 0.41 | 0.12 |
| HSL | 105.65º | 0.6% | 0.7% | - |
| HSV(B) | 105.65º | 0.41% | 0.88% | - |
| XYZ | 44.15 | 61.85 | 31.44 | - |
| YUV | 192.58 | 93.81 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 224 | 132 | 0.31 | 0 | 0.41 | 0.12 | 105.65 | 0.6 | 0.7 |
| Hex | 9A | E0 | 84 | 1F | 0 | 29 | C | 6A | 3C | 46 |
| Octal | 232 | 340 | 204 | 37 | 0 | 51 | 14 | 152 | 74 | 106 |
| Binary | 10011010 | 11100000 | 10000100 | 11111 | 0 | 101001 | 1100 | 1101010 | 111100 | 1000110 |
Color Harmonies of #9AE084
Complementary color
Monochromatic Colors of #9AE084
Black with #9AE084
Text Example
Text Example
White with #9AE084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE084; }
p { color: rgb(154,224,132); }
H1.HeaderClassName
{
color: #9AE084;
}
.AnyTagClassName
{
color: #9AE084;
}
</style>
background-color css
<style>
a { background-color: #9AE084; }
a { background-color: rgb(154,224,132); }
div.DivClassName
{
background-color: #9AE084;
}
.BgClassName
{
background-color: #9AE084;
}
</style>
border-color css
<style>
span { border-color: #9AE084; }
span { border-color: rgb(154,224,132); }
td.TdClassName
{
border-color: #9AE084;
}
.TagClassName
{
border-color: #9AE084;
}
</style>