Html Css Color HEX #9ED08B Gossip

📋 copy color: '#9ED08B'

red 158 ◦ green 208 ◦ blue 139

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

Shades of Gossip #9ED08B

Tints of Gossip #9ED08B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.52%

R = 31.29%
G = 41.19%
B = 27.52%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#9ED08B (or 0x9ED08B) is known color: Gossip. HEX triplet: 9E, D0 and 8B. RGB value is (158,208,139). Sum of RGB (Red+Green+Blue) = 158+208+139=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 208 (81.64% from 255 or 41.19% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 208 - color contains mainly: green. Hex color #9ED08B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED08B is #612F74. Grayscale: #B9B9B9. Windows color (decimal): -6369141 or 9162910. OLE color: 9162910.

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

Color convert

RGB 158 208 139 -
CMYK 0.24 0 0.33 0.18
HSL 103.48º 0.42% 0.68% -
HSV(B) 103.48º 0.33% 0.82% -
XYZ 41.32 54.24 32.72 -
YUV 185.18 101.94 108.61 -
System Red Green Blue C M Y K H S L
Decimal 158 208 139 0.24 0 0.33 0.18 103.48 0.42 0.68
Hex 9E D0 8B 18 0 21 12 67 2A 44
Octal 236 320 213 30 0 41 22 147 52 104
Binary 10011110 11010000 10001011 11000 0 100001 10010 1100111 101010 1000100

Color Harmonies of #9ED08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED08B

Black with #9ED08B

Text Example


Text Example

White with #9ED08B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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