#9ED67E

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

Shades of Gossip #9ED67E

Tints of Gossip #9ED67E

Color information

#9ED67E (or 0x9ED67E) is unknown color: approx Gossip. HEX triplet: 9E, D6 and 7E. RGB value is (158,214,126). Sum of RGB (Red+Green+Blue) = 158+214+126=498 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.73% from 498); Green value is 214 (83.98% from 255 or 42.97% from 498); Blue value is 126 (49.61% from 255 or 25.30% from 498); Max value from RGB is 214 - color contains mainly: green. Hex color #9ED67E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED67E is #612981. Grayscale: #BBBBBB. Windows color (decimal): -6367618 or 8312478. OLE color: 8312478.

HSL color Cylindrical-coordinate representation of color #9ED67E: hue angle of 98.18º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9ED67E is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB158214126-
CMYK0.2600.410.16
HSL98.18º51.76%66.67%-
HSV(B)98.18º41.12%83.92%-
XYZ41.9156.8728.51-
YUV187.2293.45107.16-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.73%
GREEN value IS 214 (83.98% from 255) = 42.97%
BLUE value IS 126 (49.61% from 255) = 25.30%
R=31.73%
G=42.97%
B=25.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1582141260.2600.410.1698.1851.7666.67
Hex9ED67E1A02910623443
Octal236326176320512014264103
Binary100111101101011011111101101001010011000011000101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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