Shades of Gossip #9AE57D
Tints of Gossip #9AE57D
RGB
CMYK
RGB Variations
Color information
#9AE57D (or 0x9AE57D) is known color: Gossip. HEX triplet: 9A, E5 and 7D. RGB value is (154,229,125). Sum of RGB (Red+Green+Blue) = 154+229+125=508 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.31% from 508); Green value is 229 (89.84% from 255 or 45.08% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 229 - color contains mainly: green. Hex color #9AE57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AE57D is #651A82. Grayscale: #C3C3C3. Windows color (decimal): -6625923 or 8250778. OLE color: 8250778.
HSL color Cylindrical-coordinate representation of color #9AE57D: hue angle of 103.27º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9AE57D is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 154 | 229 | 125 | - |
| CMYK | 0.33 | 0 | 0.45 | 0.10 |
| HSL | 103.27º | 0.67% | 0.69% | - |
| HSV(B) | 103.27º | 0.45% | 0.9% | - |
| XYZ | 45.05 | 64.39 | 29.46 | - |
| YUV | 194.72 | 88.65 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 229 | 125 | 0.33 | 0 | 0.45 | 0.10 | 103.27 | 0.67 | 0.69 |
| Hex | 9A | E5 | 7D | 21 | 0 | 2D | A | 67 | 43 | 45 |
| Octal | 232 | 345 | 175 | 41 | 0 | 55 | 12 | 147 | 103 | 105 |
| Binary | 10011010 | 11100101 | 1111101 | 100001 | 0 | 101101 | 1010 | 1100111 | 1000011 | 1000101 |
Color Harmonies of #9AE57D
Complementary color
Monochromatic Colors of #9AE57D
Black with #9AE57D
Text Example
Text Example
White with #9AE57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE57D; }
p { color: rgb(154,229,125); }
H1.HeaderClassName
{
color: #9AE57D;
}
.AnyTagClassName
{
color: #9AE57D;
}
</style>
background-color css
<style>
a { background-color: #9AE57D; }
a { background-color: rgb(154,229,125); }
div.DivClassName
{
background-color: #9AE57D;
}
.BgClassName
{
background-color: #9AE57D;
}
</style>
border-color css
<style>
span { border-color: #9AE57D; }
span { border-color: rgb(154,229,125); }
td.TdClassName
{
border-color: #9AE57D;
}
.TagClassName
{
border-color: #9AE57D;
}
</style>