Html Css Color HEX #9ED38D Gossip

📋 copy color: '#9ED38D'

red 158 ◦ green 211 ◦ blue 141

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

Shades of Gossip #9ED38D

Tints of Gossip #9ED38D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.65%

R = 30.98%
G = 41.37%
B = 27.65%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#9ED38D (or 0x9ED38D) is known color: Gossip. HEX triplet: 9E, D3 and 8D. RGB value is (158,211,141). Sum of RGB (Red+Green+Blue) = 158+211+141=510 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.98% from 510); Green value is 211 (82.81% from 255 or 41.37% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 211 - color contains mainly: green. Hex color #9ED38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED38D is #612C72. Grayscale: #BBBBBB. Windows color (decimal): -6368371 or 9294750. OLE color: 9294750.

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

Color convert

RGB 158 211 141 -
CMYK 0.25 0 0.33 0.17
HSL 105.43º 0.44% 0.69% -
HSV(B) 105.43º 0.33% 0.83% -
XYZ 42.2 55.78 33.74 -
YUV 187.17 101.94 107.19 -
System Red Green Blue C M Y K H S L
Decimal 158 211 141 0.25 0 0.33 0.17 105.43 0.44 0.69
Hex 9E D3 8D 19 0 21 11 69 2C 45
Octal 236 323 215 31 0 41 21 151 54 105
Binary 10011110 11010011 10001101 11001 0 100001 10001 1101001 101100 1000101

Color Harmonies of #9ED38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED38D

Black with #9ED38D

Text Example


Text Example

White with #9ED38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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