Html Css Color HEX #9EDD80 Gossip

📋 copy color: '#9EDD80'

red 158 ◦ green 221 ◦ blue 128

#9EDD80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossip #9EDD80

Tints of Gossip #9EDD80

RGB

 RED value IS 158 (62.11% from 255) = 31.16%

 GREEN value IS 221 (86.72% from 255) = 43.59%

 BLUE value IS 128 (50.39% from 255) = 25.25%

R = 31.16%
G = 43.59%
B = 25.25%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#9EDD80 (or 0x9EDD80) is known color: Gossip. HEX triplet: 9E, DD and 80. RGB value is (158,221,128). Sum of RGB (Red+Green+Blue) = 158+221+128=507 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.16% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDD80 is #61227F. Grayscale: #BFBFBF. Windows color (decimal): -6365824 or 8445342. OLE color: 8445342.

HSL color Cylindrical-coordinate representation of color #9EDD80: hue angle of 100.65º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9EDD80 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 221 128 -
CMYK 0.29 0 0.42 0.13
HSL 100.65º 0.58% 0.68% -
HSV(B) 100.65º 0.42% 0.87% -
XYZ 43.85 60.54 29.8 -
YUV 191.56 92.13 104.06 -
System Red Green Blue C M Y K H S L
Decimal 158 221 128 0.29 0 0.42 0.13 100.65 0.58 0.68
Hex 9E DD 80 1D 0 2A D 65 3A 44
Octal 236 335 200 35 0 52 15 145 72 104
Binary 10011110 11011101 10000000 11101 0 101010 1101 1100101 111010 1000100

Color Harmonies of #9EDD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDD80

Black with #9EDD80

Text Example


Text Example

White with #9EDD80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,221,128); }

 H1.HeaderClassName
 {
   color: #9EDD80;
 }
 .AnyTagClassName
 {
   color: #9EDD80;
 }
</style>

background-color css

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

 a { background-color: rgb(158,221,128); }

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

border-color css

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

 span { border-color: rgb(158,221,128); }

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