Html Css Color HEX #9ED38A Gossip

📋 copy color: '#9ED38A'

red 158 ◦ green 211 ◦ blue 138

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

Shades of Gossip #9ED38A

Tints of Gossip #9ED38A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.62%

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

R = 31.16%
G = 41.62%
B = 27.22%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#9ED38A (or 0x9ED38A) is known color: Gossip. HEX triplet: 9E, D3 and 8A. RGB value is (158,211,138). Sum of RGB (Red+Green+Blue) = 158+211+138=507 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.16% from 507); Green value is 211 (82.81% from 255 or 41.62% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 211 - color contains mainly: green. Hex color #9ED38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED38A is #612C75. Grayscale: #BBBBBB. Windows color (decimal): -6368374 or 9098142. OLE color: 9098142.

HSL color Cylindrical-coordinate representation of color #9ED38A: hue angle of 103.56º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9ED38A is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB 158 211 138 -
CMYK 0.25 0 0.35 0.17
HSL 103.56º 0.45% 0.68% -
HSV(B) 103.56º 0.35% 0.83% -
XYZ 41.98 55.69 32.58 -
YUV 186.83 100.44 107.44 -
System Red Green Blue C M Y K H S L
Decimal 158 211 138 0.25 0 0.35 0.17 103.56 0.45 0.68
Hex 9E D3 8A 19 0 23 11 68 2D 44
Octal 236 323 212 31 0 43 21 150 55 104
Binary 10011110 11010011 10001010 11001 0 100011 10001 1101000 101101 1000100

Color Harmonies of #9ED38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED38A

Black with #9ED38A

Text Example


Text Example

White with #9ED38A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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