Shades of Gossip #9AE481
Tints of Gossip #9AE481
RGB
CMYK
RGB Variations
Color information
#9AE481 (or 0x9AE481) is known color: Gossip. HEX triplet: 9A, E4 and 81. RGB value is (154,228,129). Sum of RGB (Red+Green+Blue) = 154+228+129=511 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.14% from 511); Green value is 228 (89.45% from 255 or 44.62% from 511); Blue value is 129 (50.78% from 255 or 25.24% from 511); Max value from RGB is 228 - color contains mainly: green. Hex color #9AE481 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AE481 is #651B7E. Grayscale: #C2C2C2. Windows color (decimal): -6626175 or 8512666. OLE color: 8512666.
HSL color Cylindrical-coordinate representation of color #9AE481: hue angle of 104.85º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9AE481 is Cyan = 0.32, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 154 | 228 | 129 | - |
| CMYK | 0.32 | 0 | 0.43 | 0.11 |
| HSL | 104.85º | 0.65% | 0.7% | - |
| HSV(B) | 104.85º | 0.43% | 0.89% | - |
| XYZ | 45.03 | 63.94 | 30.74 | - |
| YUV | 194.59 | 90.98 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 228 | 129 | 0.32 | 0 | 0.43 | 0.11 | 104.85 | 0.65 | 0.7 |
| Hex | 9A | E4 | 81 | 20 | 0 | 2B | B | 69 | 41 | 46 |
| Octal | 232 | 344 | 201 | 40 | 0 | 53 | 13 | 151 | 101 | 106 |
| Binary | 10011010 | 11100100 | 10000001 | 100000 | 0 | 101011 | 1011 | 1101001 | 1000001 | 1000110 |
Color Harmonies of #9AE481
Complementary color
Monochromatic Colors of #9AE481
Black with #9AE481
Text Example
Text Example
White with #9AE481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE481; }
p { color: rgb(154,228,129); }
H1.HeaderClassName
{
color: #9AE481;
}
.AnyTagClassName
{
color: #9AE481;
}
</style>
background-color css
<style>
a { background-color: #9AE481; }
a { background-color: rgb(154,228,129); }
div.DivClassName
{
background-color: #9AE481;
}
.BgClassName
{
background-color: #9AE481;
}
</style>
border-color css
<style>
span { border-color: #9AE481; }
span { border-color: rgb(154,228,129); }
td.TdClassName
{
border-color: #9AE481;
}
.TagClassName
{
border-color: #9AE481;
}
</style>