Html Css Color HEX #9EE082 Gossip

📋 copy color: '#9EE082'

red 158 ◦ green 224 ◦ blue 130

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

Shades of Gossip #9EE082

Tints of Gossip #9EE082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.39%

R = 30.86%
G = 43.75%
B = 25.39%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#9EE082 (or 0x9EE082) is known color: Gossip. HEX triplet: 9E, E0 and 82. RGB value is (158,224,130). Sum of RGB (Red+Green+Blue) = 158+224+130=512 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.86% from 512); Green value is 224 (87.89% from 255 or 43.75% from 512); Blue value is 130 (51.17% from 255 or 25.39% from 512); Max value from RGB is 224 - color contains mainly: green. Hex color #9EE082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EE082 is #611F7D. Grayscale: #C1C1C1. Windows color (decimal): -6365054 or 8577182. OLE color: 8577182.

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

Color convert

RGB 158 224 130 -
CMYK 0.29 0 0.42 0.12
HSL 102.13º 0.6% 0.69% -
HSV(B) 102.13º 0.42% 0.88% -
XYZ 44.79 62.19 30.76 -
YUV 193.55 92.13 102.64 -
System Red Green Blue C M Y K H S L
Decimal 158 224 130 0.29 0 0.42 0.12 102.13 0.6 0.69
Hex 9E E0 82 1D 0 2A C 66 3C 45
Octal 236 340 202 35 0 52 14 146 74 105
Binary 10011110 11100000 10000010 11101 0 101010 1100 1100110 111100 1000101

Color Harmonies of #9EE082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE082

Black with #9EE082

Text Example


Text Example

White with #9EE082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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