Html Css Color HEX #9EE080 Gossip

📋 copy color: '#9EE080'

red 158 ◦ green 224 ◦ blue 128

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

Shades of Gossip #9EE080

Tints of Gossip #9EE080

RGB

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

 GREEN value IS 224 (87.89% from 255) = 43.92%

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

R = 30.98%
G = 43.92%
B = 25.1%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#9EE080 (or 0x9EE080) is known color: Gossip. HEX triplet: 9E, E0 and 80. RGB value is (158,224,128). Sum of RGB (Red+Green+Blue) = 158+224+128=510 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.98% from 510); Green value is 224 (87.89% from 255 or 43.92% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 224 - color contains mainly: green. Hex color #9EE080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EE080 is #611F7F. Grayscale: #C1C1C1. Windows color (decimal): -6365056 or 8446110. OLE color: 8446110.

HSL color Cylindrical-coordinate representation of color #9EE080: hue angle of 101.25º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9EE080 is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 158 224 128 -
CMYK 0.29 0 0.43 0.12
HSL 101.25º 0.61% 0.69% -
HSV(B) 101.25º 0.43% 0.88% -
XYZ 44.65 62.14 30.06 -
YUV 193.32 91.13 102.81 -
System Red Green Blue C M Y K H S L
Decimal 158 224 128 0.29 0 0.43 0.12 101.25 0.61 0.69
Hex 9E E0 80 1D 0 2B C 65 3D 45
Octal 236 340 200 35 0 53 14 145 75 105
Binary 10011110 11100000 10000000 11101 0 101011 1100 1100101 111101 1000101

Color Harmonies of #9EE080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE080

Black with #9EE080

Text Example


Text Example

White with #9EE080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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