#93E06F

Color #93E06F Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #93E06F

Tints of Gossip #93E06F

Color information

#93E06F (or 0x93E06F) is unknown color: approx Gossip. HEX triplet: 93, E0 and 6F. RGB value is (147,224,111). Sum of RGB (Red+Green+Blue) = 147+224+111=482 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.50% from 482); Green value is 224 (87.89% from 255 or 46.47% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 224 - color contains mainly: green. Hex color #93E06F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93E06F is #6C1F90. Grayscale: #BCBCBC. Windows color (decimal): -7085969 or 7331987. OLE color: 7331987.

HSL color Cylindrical-coordinate representation of color #93E06F: hue angle of 100.88º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #93E06F is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB147224111-
CMYK0.3400.500.12
HSL100.88º64.57%65.69%-
HSV(B)100.88º50.45%87.84%-
XYZ41.5660.6624.56-
YUV188.184.4998.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 30.50%
GREEN value IS 224 (87.89% from 255) = 46.47%
BLUE value IS 111 (43.75% from 255) = 23.03%
R=30.50%
G=46.47%
B=23.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1472241110.3400.500.12100.8864.5765.69
Hex93E06F22032C654142
Octal2233401574206214145101102
Binary1001001111100000110111110001001100101100110010110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93E06F; }

 p { color: rgb(147,224,111); }

 H1.HeaderClassName
 {
   color: #93E06F;
 }
 .AnyTagClassName
 {
   color: #93E06F;
 }
</style>
background-color css

<style>
 a { background-color: #93E06F; }

 a { background-color: rgb(147,224,111); }

 div.DivClassName
 {
   background-color: #93E06F;
 }
 .BgClassName
 {
   background-color: #93E06F;
 }
</style>
border-color css

<style>
 span { border-color: #93E06F; }

 span { border-color: rgb(147,224,111); }

 td.TdClassName
 {
   border-color: #93E06F;
 }
 .TagClassName
 {
   border-color: #93E06F;
 }
</style>