#9ED48B

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

Shades of Gossip #9ED48B

Tints of Gossip #9ED48B

Color information

#9ED48B (or 0x9ED48B) is unknown color: approx Gossip. HEX triplet: 9E, D4 and 8B. RGB value is (158,212,139). Sum of RGB (Red+Green+Blue) = 158+212+139=509 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.04% from 509); Green value is 212 (83.20% from 255 or 41.65% from 509); Blue value is 139 (54.69% from 255 or 27.31% from 509); Max value from RGB is 212 - color contains mainly: green. Hex color #9ED48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED48B is #612B74. Grayscale: #BBBBBB. Windows color (decimal): -6368117 or 9163934. OLE color: 9163934.

HSL color Cylindrical-coordinate representation of color #9ED48B: hue angle of 104.38º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9ED48B is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB158212139-
CMYK0.2500.340.17
HSL104.38º45.91%68.82%-
HSV(B)104.38º34.43%83.14%-
XYZ42.356.2233.05-
YUV187.53100.61106.94-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.04%
GREEN value IS 212 (83.20% from 255) = 41.65%
BLUE value IS 139 (54.69% from 255) = 27.31%
R=31.04%
G=41.65%
B=27.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1582121390.2500.340.17104.3845.9168.82
Hex9ED48B1902211682e45
Octal236324213310422115056105
Binary1001111011010100100010111100101000101000111010001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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