Html Css Color HEX #9EE384 Gossip

📋 copy color: '#9EE384'

red 158 ◦ green 227 ◦ blue 132

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

Shades of Gossip #9EE384

Tints of Gossip #9EE384

RGB

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

 GREEN value IS 227 (89.06% from 255) = 43.91%

 BLUE value IS 132 (51.95% from 255) = 25.53%

R = 30.56%
G = 43.91%
B = 25.53%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#9EE384 (or 0x9EE384) is known color: Gossip. HEX triplet: 9E, E3 and 84. RGB value is (158,227,132). Sum of RGB (Red+Green+Blue) = 158+227+132=517 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.56% from 517); Green value is 227 (89.06% from 255 or 43.91% from 517); Blue value is 132 (51.95% from 255 or 25.53% from 517); Max value from RGB is 227 - color contains mainly: green. Hex color #9EE384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EE384 is #611C7B. Grayscale: #C3C3C3. Windows color (decimal): -6364284 or 8709022. OLE color: 8709022.

HSL color Cylindrical-coordinate representation of color #9EE384: hue angle of 103.58º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9EE384 is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB 158 227 132 -
CMYK 0.30 0 0.42 0.11
HSL 103.58º 0.63% 0.7% -
HSV(B) 103.58º 0.42% 0.89% -
XYZ 45.73 63.87 31.75 -
YUV 195.54 92.14 101.22 -
System Red Green Blue C M Y K H S L
Decimal 158 227 132 0.30 0 0.42 0.11 103.58 0.63 0.7
Hex 9E E3 84 1E 0 2A B 68 3F 46
Octal 236 343 204 36 0 52 13 150 77 106
Binary 10011110 11100011 10000100 11110 0 101010 1011 1101000 111111 1000110

Color Harmonies of #9EE384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE384

Black with #9EE384

Text Example


Text Example

White with #9EE384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,227,132); }

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

background-color css

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

 a { background-color: rgb(158,227,132); }

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

border-color css

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

 span { border-color: rgb(158,227,132); }

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