Html Css Color HEX #9EE185 Gossip

📋 copy color: '#9EE185'

red 158 ◦ green 225 ◦ blue 133

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

Shades of Gossip #9EE185

Tints of Gossip #9EE185

RGB

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

 GREEN value IS 225 (88.28% from 255) = 43.6%

 BLUE value IS 133 (52.34% from 255) = 25.78%

R = 30.62%
G = 43.6%
B = 25.78%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#9EE185 (or 0x9EE185) is known color: Gossip. HEX triplet: 9E, E1 and 85. RGB value is (158,225,133). Sum of RGB (Red+Green+Blue) = 158+225+133=516 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.62% from 516); Green value is 225 (88.28% from 255 or 43.60% from 516); Blue value is 133 (52.34% from 255 or 25.78% from 516); Max value from RGB is 225 - color contains mainly: green. Hex color #9EE185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EE185 is #611E7A. Grayscale: #C2C2C2. Windows color (decimal): -6364795 or 8774046. OLE color: 8774046.

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

Color convert

RGB 158 225 133 -
CMYK 0.30 0 0.41 0.12
HSL 103.7º 0.61% 0.7% -
HSV(B) 103.7º 0.41% 0.88% -
XYZ 45.26 62.81 31.93 -
YUV 194.48 93.3 101.98 -
System Red Green Blue C M Y K H S L
Decimal 158 225 133 0.30 0 0.41 0.12 103.7 0.61 0.7
Hex 9E E1 85 1E 0 29 C 68 3D 46
Octal 236 341 205 36 0 51 14 150 75 106
Binary 10011110 11100001 10000101 11110 0 101001 1100 1101000 111101 1000110

Color Harmonies of #9EE185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE185

Black with #9EE185

Text Example


Text Example

White with #9EE185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,225,133); }

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

background-color css

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

 a { background-color: rgb(158,225,133); }

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

border-color css

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

 span { border-color: rgb(158,225,133); }

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