#9ED58B

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

Shades of Gossip #9ED58B

Tints of Gossip #9ED58B

Color information

#9ED58B (or 0x9ED58B) is unknown color: approx Gossip. HEX triplet: 9E, D5 and 8B. RGB value is (158,213,139). Sum of RGB (Red+Green+Blue) = 158+213+139=510 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.98% from 510); Green value is 213 (83.59% from 255 or 41.76% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 213 - color contains mainly: green. Hex color #9ED58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED58B is #612A74. Grayscale: #BCBCBC. Windows color (decimal): -6367861 or 9164190. OLE color: 9164190.

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

Color convert

RGB158213139-
CMYK0.2600.350.16
HSL104.59º46.84%69.02%-
HSV(B)104.59º34.74%83.53%-
XYZ42.5656.7233.13-
YUV188.12100.28106.52-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.98%
GREEN value IS 213 (83.59% from 255) = 41.76%
BLUE value IS 139 (54.69% from 255) = 27.25%
R=30.98%
G=41.76%
B=27.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1582131390.2600.350.16104.5946.8469.02
Hex9ED58B1A02310692f45
Octal236325213320432015157105
Binary1001111011010101100010111101001000111000011010011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,213,139); }

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

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

 a { background-color: rgb(158,213,139); }

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

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

 span { border-color: rgb(158,213,139); }

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