Shades of Gossip #9AE17D
Tints of Gossip #9AE17D
RGB
CMYK
RGB Variations
Color information
#9AE17D (or 0x9AE17D) is known color: Gossip. HEX triplet: 9A, E1 and 7D. RGB value is (154,225,125). Sum of RGB (Red+Green+Blue) = 154+225+125=504 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.56% from 504); Green value is 225 (88.28% from 255 or 44.64% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 225 - color contains mainly: green. Hex color #9AE17D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AE17D is #651E82. Grayscale: #C0C0C0. Windows color (decimal): -6626947 or 8249754. OLE color: 8249754.
HSL color Cylindrical-coordinate representation of color #9AE17D: hue angle of 102.6º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9AE17D is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 154 | 225 | 125 | - |
| CMYK | 0.32 | 0 | 0.44 | 0.12 |
| HSL | 102.6º | 0.63% | 0.69% | - |
| HSV(B) | 102.6º | 0.44% | 0.88% | - |
| XYZ | 43.95 | 62.2 | 29.09 | - |
| YUV | 192.37 | 89.98 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 225 | 125 | 0.32 | 0 | 0.44 | 0.12 | 102.6 | 0.63 | 0.69 |
| Hex | 9A | E1 | 7D | 20 | 0 | 2C | C | 67 | 3E | 45 |
| Octal | 232 | 341 | 175 | 40 | 0 | 54 | 14 | 147 | 76 | 105 |
| Binary | 10011010 | 11100001 | 1111101 | 100000 | 0 | 101100 | 1100 | 1100111 | 111110 | 1000101 |
Color Harmonies of #9AE17D
Complementary color
Monochromatic Colors of #9AE17D
Black with #9AE17D
Text Example
Text Example
White with #9AE17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE17D; }
p { color: rgb(154,225,125); }
H1.HeaderClassName
{
color: #9AE17D;
}
.AnyTagClassName
{
color: #9AE17D;
}
</style>
background-color css
<style>
a { background-color: #9AE17D; }
a { background-color: rgb(154,225,125); }
div.DivClassName
{
background-color: #9AE17D;
}
.BgClassName
{
background-color: #9AE17D;
}
</style>
border-color css
<style>
span { border-color: #9AE17D; }
span { border-color: rgb(154,225,125); }
td.TdClassName
{
border-color: #9AE17D;
}
.TagClassName
{
border-color: #9AE17D;
}
</style>