Html Css Color HEX #9ED08D Gossip

📋 copy color: '#9ED08D'

red 158 ◦ green 208 ◦ blue 141

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

Shades of Gossip #9ED08D

Tints of Gossip #9ED08D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.03%

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

R = 31.16%
G = 41.03%
B = 27.81%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#9ED08D (or 0x9ED08D) is known color: Gossip. HEX triplet: 9E, D0 and 8D. RGB value is (158,208,141). Sum of RGB (Red+Green+Blue) = 158+208+141=507 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.16% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 208 - color contains mainly: green. Hex color #9ED08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED08D is #612F72. Grayscale: #B9B9B9. Windows color (decimal): -6369139 or 9293982. OLE color: 9293982.

HSL color Cylindrical-coordinate representation of color #9ED08D: hue angle of 104.78º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9ED08D is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 158 208 141 -
CMYK 0.24 0 0.32 0.18
HSL 104.78º 0.42% 0.68% -
HSV(B) 104.78º 0.32% 0.82% -
XYZ 41.46 54.3 33.5 -
YUV 185.41 102.94 108.45 -
System Red Green Blue C M Y K H S L
Decimal 158 208 141 0.24 0 0.32 0.18 104.78 0.42 0.68
Hex 9E D0 8D 18 0 20 12 69 2A 44
Octal 236 320 215 30 0 40 22 151 52 104
Binary 10011110 11010000 10001101 11000 0 100000 10010 1101001 101010 1000100

Color Harmonies of #9ED08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED08D

Black with #9ED08D

Text Example


Text Example

White with #9ED08D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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