Html Css Color HEX #9EDB8A Gossip

📋 copy color: '#9EDB8A'

red 158 ◦ green 219 ◦ blue 138

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

Shades of Gossip #9EDB8A

Tints of Gossip #9EDB8A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.52%

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

R = 30.68%
G = 42.52%
B = 26.8%

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

#9EDB8A (or 0x9EDB8A) is known color: Gossip. HEX triplet: 9E, DB and 8A. RGB value is (158,219,138). Sum of RGB (Red+Green+Blue) = 158+219+138=515 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.68% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDB8A is #612475. Grayscale: #BFBFBF. Windows color (decimal): -6366326 or 9100190. OLE color: 9100190.

HSL color Cylindrical-coordinate representation of color #9EDB8A: hue angle of 105.19º degrees, saturation: 0.53, 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 #9EDB8A is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 219 138 -
CMYK 0.28 0 0.37 0.14
HSL 105.19º 0.53% 0.7% -
HSV(B) 105.19º 0.37% 0.86% -
XYZ 44.02 59.77 33.26 -
YUV 191.53 97.79 104.09 -
System Red Green Blue C M Y K H S L
Decimal 158 219 138 0.28 0 0.37 0.14 105.19 0.53 0.7
Hex 9E DB 8A 1C 0 25 E 69 35 46
Octal 236 333 212 34 0 45 16 151 65 106
Binary 10011110 11011011 10001010 11100 0 100101 1110 1101001 110101 1000110

Color Harmonies of #9EDB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDB8A

Black with #9EDB8A

Text Example


Text Example

White with #9EDB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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