Shades of Gossip #9AE17A
Tints of Gossip #9AE17A
RGB
CMYK
RGB Variations
Color information
#9AE17A (or 0x9AE17A) is known color: Gossip. HEX triplet: 9A, E1 and 7A. RGB value is (154,225,122). Sum of RGB (Red+Green+Blue) = 154+225+122=501 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.74% from 501); Green value is 225 (88.28% from 255 or 44.91% from 501); Blue value is 122 (48.05% from 255 or 24.35% from 501); Max value from RGB is 225 - color contains mainly: green. Hex color #9AE17A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AE17A is #651E85. Grayscale: #C0C0C0. Windows color (decimal): -6626950 or 8053146. OLE color: 8053146.
HSL color Cylindrical-coordinate representation of color #9AE17A: hue angle of 101.36º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9AE17A is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 154 | 225 | 122 | - |
| CMYK | 0.32 | 0 | 0.46 | 0.12 |
| HSL | 101.36º | 0.63% | 0.68% | - |
| HSV(B) | 101.36º | 0.46% | 0.88% | - |
| XYZ | 43.76 | 62.13 | 28.1 | - |
| YUV | 192.03 | 88.48 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 225 | 122 | 0.32 | 0 | 0.46 | 0.12 | 101.36 | 0.63 | 0.68 |
| Hex | 9A | E1 | 7A | 20 | 0 | 2E | C | 65 | 3F | 44 |
| Octal | 232 | 341 | 172 | 40 | 0 | 56 | 14 | 145 | 77 | 104 |
| Binary | 10011010 | 11100001 | 1111010 | 100000 | 0 | 101110 | 1100 | 1100101 | 111111 | 1000100 |
Color Harmonies of #9AE17A
Complementary color
Monochromatic Colors of #9AE17A
Black with #9AE17A
Text Example
Text Example
White with #9AE17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE17A; }
p { color: rgb(154,225,122); }
H1.HeaderClassName
{
color: #9AE17A;
}
.AnyTagClassName
{
color: #9AE17A;
}
</style>
background-color css
<style>
a { background-color: #9AE17A; }
a { background-color: rgb(154,225,122); }
div.DivClassName
{
background-color: #9AE17A;
}
.BgClassName
{
background-color: #9AE17A;
}
</style>
border-color css
<style>
span { border-color: #9AE17A; }
span { border-color: rgb(154,225,122); }
td.TdClassName
{
border-color: #9AE17A;
}
.TagClassName
{
border-color: #9AE17A;
}
</style>