#9EE484

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

Shades of Gossip #9EE484

Tints of Gossip #9EE484

Color information

#9EE484 (or 0x9EE484) is unknown color: approx Gossip. HEX triplet: 9E, E4 and 84. RGB value is (158,228,132). Sum of RGB (Red+Green+Blue) = 158+228+132=518 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.50% from 518); Green value is 228 (89.45% from 255 or 44.02% from 518); Blue value is 132 (51.95% from 255 or 25.48% from 518); Max value from RGB is 228 - color contains mainly: green. Hex color #9EE484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EE484 is #611B7B. Grayscale: #C4C4C4. Windows color (decimal): -6364028 or 8709278. OLE color: 8709278.

HSL color Cylindrical-coordinate representation of color #9EE484: hue angle of 103.75º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9EE484 is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB158228132-
CMYK0.3100.420.11
HSL103.75º64%70.59%-
HSV(B)103.75º42.11%89.41%-
XYZ46.0164.4231.84-
YUV196.1391.81100.81-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.50%
GREEN value IS 228 (89.45% from 255) = 44.02%
BLUE value IS 132 (51.95% from 255) = 25.48%
R=30.50%
G=44.02%
B=25.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1582281320.3100.420.11103.756470.59
Hex9EE4841F02AB684047
Octal2363442043705213150100107
Binary1001111011100100100001001111101010101011110100010000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EE484; }

 p { color: rgb(158,228,132); }

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

<style>
 a { background-color: #9EE484; }

 a { background-color: rgb(158,228,132); }

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

<style>
 span { border-color: #9EE484; }

 span { border-color: rgb(158,228,132); }

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