#9ED48F

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

Shades of Gossip #9ED48F

Tints of Gossip #9ED48F

Color information

#9ED48F (or 0x9ED48F) is unknown color: approx Gossip. HEX triplet: 9E, D4 and 8F. RGB value is (158,212,143). Sum of RGB (Red+Green+Blue) = 158+212+143=513 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.80% from 513); Green value is 212 (83.20% from 255 or 41.33% from 513); Blue value is 143 (56.25% from 255 or 27.88% from 513); Max value from RGB is 212 - color contains mainly: green. Hex color #9ED48F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED48F is #612B70. Grayscale: #BCBCBC. Windows color (decimal): -6368113 or 9426078. OLE color: 9426078.

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

Color convert

RGB158212143-
CMYK0.2500.330.17
HSL106.96º44.52%69.61%-
HSV(B)106.96º32.55%83.14%-
XYZ42.656.3434.62-
YUV187.99102.61106.61-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.80%
GREEN value IS 212 (83.20% from 255) = 41.33%
BLUE value IS 143 (56.25% from 255) = 27.88%
R=30.80%
G=41.33%
B=27.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1582121430.2500.330.17106.9644.5269.61
Hex9ED48F19021116b2d46
Octal236324217310412115355106
Binary1001111011010100100011111100101000011000111010111011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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