#93E169

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

Shades of Gossip #93E169

Tints of Gossip #93E169

Color information

#93E169 (or 0x93E169) is unknown color: approx Gossip. HEX triplet: 93, E1 and 69. RGB value is (147,225,105). Sum of RGB (Red+Green+Blue) = 147+225+105=477 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.82% from 477); Green value is 225 (88.28% from 255 or 47.17% from 477); Blue value is 105 (41.41% from 255 or 22.01% from 477); Max value from RGB is 225 - color contains mainly: green. Hex color #93E169 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93E169 is #6C1E96. Grayscale: #BCBCBC. Windows color (decimal): -7085719 or 6939027. OLE color: 6939027.

HSL color Cylindrical-coordinate representation of color #93E169: hue angle of 99º degrees, saturation: 0.67, 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 #93E169 is Cyan = 0.35, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB147225105-
CMYK0.3500.530.12
HSL99º66.67%64.71%-
HSV(B)99º53.33%88.24%-
XYZ41.5161.0722.97-
YUV18881.1698.76-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.82%
GREEN value IS 225 (88.28% from 255) = 47.17%
BLUE value IS 105 (41.41% from 255) = 22.01%
R=30.82%
G=47.17%
B=22.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1472251050.3500.530.129966.6764.71
Hex93E16923035C634341
Octal2233411514306514143103101
Binary1001001111100001110100110001101101011100110001110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,225,105); }

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

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

 a { background-color: rgb(147,225,105); }

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

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

 span { border-color: rgb(147,225,105); }

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