Html Css Color HEX #9EDC8A Gossip

📋 copy color: '#9EDC8A'

red 158 ◦ green 220 ◦ blue 138

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

Shades of Gossip #9EDC8A

Tints of Gossip #9EDC8A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.64%

 BLUE value IS 138 (54.3% from 255) = 26.74%

R = 30.62%
G = 42.64%
B = 26.74%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#9EDC8A (or 0x9EDC8A) is known color: Gossip. HEX triplet: 9E, DC and 8A. RGB value is (158,220,138). Sum of RGB (Red+Green+Blue) = 158+220+138=516 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.62% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDC8A is #612375. Grayscale: #C0C0C0. Windows color (decimal): -6366070 or 9100446. OLE color: 9100446.

HSL color Cylindrical-coordinate representation of color #9EDC8A: hue angle of 105.37º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EDC8A is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 220 138 -
CMYK 0.28 0 0.37 0.14
HSL 105.37º 0.54% 0.7% -
HSV(B) 105.37º 0.37% 0.86% -
XYZ 44.28 60.29 33.35 -
YUV 192.11 97.46 103.67 -
System Red Green Blue C M Y K H S L
Decimal 158 220 138 0.28 0 0.37 0.14 105.37 0.54 0.7
Hex 9E DC 8A 1C 0 25 E 69 36 46
Octal 236 334 212 34 0 45 16 151 66 106
Binary 10011110 11011100 10001010 11100 0 100101 1110 1101001 110110 1000110

Color Harmonies of #9EDC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDC8A

Black with #9EDC8A

Text Example


Text Example

White with #9EDC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,220,138); }

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

background-color css

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

 a { background-color: rgb(158,220,138); }

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

border-color css

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

 span { border-color: rgb(158,220,138); }

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