Html Css Color HEX #9EE285 Gossip

📋 copy color: '#9EE285'

red 158 ◦ green 226 ◦ blue 133

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

Shades of Gossip #9EE285

Tints of Gossip #9EE285

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.71%

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

R = 30.56%
G = 43.71%
B = 25.73%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#9EE285 (or 0x9EE285) is known color: Gossip. HEX triplet: 9E, E2 and 85. RGB value is (158,226,133). Sum of RGB (Red+Green+Blue) = 158+226+133=517 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.56% from 517); Green value is 226 (88.67% from 255 or 43.71% from 517); Blue value is 133 (52.34% from 255 or 25.73% from 517); Max value from RGB is 226 - color contains mainly: green. Hex color #9EE285 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EE285 is #611D7A. Grayscale: #C3C3C3. Windows color (decimal): -6364539 or 8774302. OLE color: 8774302.

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

Color convert

RGB 158 226 133 -
CMYK 0.30 0 0.41 0.11
HSL 103.87º 0.62% 0.7% -
HSV(B) 103.87º 0.41% 0.89% -
XYZ 45.53 63.36 32.02 -
YUV 195.07 92.97 101.56 -
System Red Green Blue C M Y K H S L
Decimal 158 226 133 0.30 0 0.41 0.11 103.87 0.62 0.7
Hex 9E E2 85 1E 0 29 B 68 3E 46
Octal 236 342 205 36 0 51 13 150 76 106
Binary 10011110 11100010 10000101 11110 0 101001 1011 1101000 111110 1000110

Color Harmonies of #9EE285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE285

Black with #9EE285

Text Example


Text Example

White with #9EE285

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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