Shades of Gossip #93E16A
Tints of Gossip #93E16A
RGB
CMYK
RGB Variations
Color information
#93E16A (or 0x93E16A) is known color: Gossip. HEX triplet: 93, E1 and 6A. RGB value is (147,225,106). Sum of RGB (Red+Green+Blue) = 147+225+106=478 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.75% from 478); Green value is 225 (88.28% from 255 or 47.07% from 478); Blue value is 106 (41.80% from 255 or 22.18% from 478); Max value from RGB is 225 - color contains mainly: green. Hex color #93E16A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93E16A is #6C1E95. Grayscale: #BCBCBC. Windows color (decimal): -7085718 or 7004563. OLE color: 7004563.
HSL color Cylindrical-coordinate representation of color #93E16A: hue angle of 99.33º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #93E16A is Cyan = 0.35, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 147 | 225 | 106 | - |
| CMYK | 0.35 | 0 | 0.53 | 0.12 |
| HSL | 99.33º | 0.66% | 0.65% | - |
| HSV(B) | 99.33º | 0.53% | 0.88% | - |
| XYZ | 41.56 | 61.09 | 23.24 | - |
| YUV | 188.11 | 81.66 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 225 | 106 | 0.35 | 0 | 0.53 | 0.12 | 99.33 | 0.66 | 0.65 |
| Hex | 93 | E1 | 6A | 23 | 0 | 35 | C | 63 | 42 | 41 |
| Octal | 223 | 341 | 152 | 43 | 0 | 65 | 14 | 143 | 102 | 101 |
| Binary | 10010011 | 11100001 | 1101010 | 100011 | 0 | 110101 | 1100 | 1100011 | 1000010 | 1000001 |
Color Harmonies of #93E16A
Complementary color
Monochromatic Colors of #93E16A
Black with #93E16A
Text Example
Text Example
White with #93E16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E16A; }
p { color: rgb(147,225,106); }
H1.HeaderClassName
{
color: #93E16A;
}
.AnyTagClassName
{
color: #93E16A;
}
</style>
background-color css
<style>
a { background-color: #93E16A; }
a { background-color: rgb(147,225,106); }
div.DivClassName
{
background-color: #93E16A;
}
.BgClassName
{
background-color: #93E16A;
}
</style>
border-color css
<style>
span { border-color: #93E16A; }
span { border-color: rgb(147,225,106); }
td.TdClassName
{
border-color: #93E16A;
}
.TagClassName
{
border-color: #93E16A;
}
</style>