#9ED68B

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

Shades of Gossip #9ED68B

Tints of Gossip #9ED68B

Color information

#9ED68B (or 0x9ED68B) is unknown color: approx Gossip. HEX triplet: 9E, D6 and 8B. RGB value is (158,214,139). Sum of RGB (Red+Green+Blue) = 158+214+139=511 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.92% from 511); Green value is 214 (83.98% from 255 or 41.88% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 214 - color contains mainly: green. Hex color #9ED68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED68B is #612974. Grayscale: #BCBCBC. Windows color (decimal): -6367605 or 9164446. OLE color: 9164446.

HSL color Cylindrical-coordinate representation of color #9ED68B: hue angle of 104.8º degrees, saturation: 0.48, 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 #9ED68B is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB158214139-
CMYK0.2600.350.16
HSL104.8º47.77%69.22%-
HSV(B)104.8º35.05%83.92%-
XYZ42.8157.2333.22-
YUV188.7199.95106.1-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.92%
GREEN value IS 214 (83.98% from 255) = 41.88%
BLUE value IS 139 (54.69% from 255) = 27.20%
R=30.92%
G=41.88%
B=27.20%

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
Decimal1582141390.2600.350.16104.847.7769.22
Hex9ED68B1A02310693045
Octal236326213320432015160105
Binary1001111011010110100010111101001000111000011010011100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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