#9ED27E

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

Shades of Gossip #9ED27E

Tints of Gossip #9ED27E

Color information

#9ED27E (or 0x9ED27E) is unknown color: approx Gossip. HEX triplet: 9E, D2 and 7E. RGB value is (158,210,126). Sum of RGB (Red+Green+Blue) = 158+210+126=494 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.98% from 494); Green value is 210 (82.42% from 255 or 42.51% from 494); Blue value is 126 (49.61% from 255 or 25.51% from 494); Max value from RGB is 210 - color contains mainly: green. Hex color #9ED27E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED27E is #612D81. Grayscale: #B9B9B9. Windows color (decimal): -6368642 or 8311454. OLE color: 8311454.

HSL color Cylindrical-coordinate representation of color #9ED27E: hue angle of 97.14º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9ED27E is Cyan = 0.25, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.18.

Color convert

RGB158210126-
CMYK0.2500.40.18
HSL97.14º48.28%65.88%-
HSV(B)97.14º40%82.35%-
XYZ40.9154.8728.17-
YUV184.8894.77108.83-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.98%
GREEN value IS 210 (82.42% from 255) = 42.51%
BLUE value IS 126 (49.61% from 255) = 25.51%
R=31.98%
G=42.51%
B=25.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1582101260.2500.40.1897.1448.2865.88
Hex9ED27E1902812613042
Octal236322176310502214160102
Binary100111101101001011111101100101010001001011000011100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,210,126); }

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

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

 a { background-color: rgb(158,210,126); }

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

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

 span { border-color: rgb(158,210,126); }

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