Html Css Color HEX #9ED48B Gossip

📋 copy color: '#9ED48B'

red 158 ◦ green 212 ◦ blue 139

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

Shades of Gossip #9ED48B

Tints of Gossip #9ED48B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.65%

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

R = 31.04%
G = 41.65%
B = 27.31%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#9ED48B (or 0x9ED48B) is known color: Gossip. HEX triplet: 9E, D4 and 8B. RGB value is (158,212,139). Sum of RGB (Red+Green+Blue) = 158+212+139=509 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.04% from 509); Green value is 212 (83.20% from 255 or 41.65% from 509); Blue value is 139 (54.69% from 255 or 27.31% from 509); Max value from RGB is 212 - color contains mainly: green. Hex color #9ED48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED48B is #612B74. Grayscale: #BBBBBB. Windows color (decimal): -6368117 or 9163934. OLE color: 9163934.

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

Color convert

RGB 158 212 139 -
CMYK 0.25 0 0.34 0.17
HSL 104.38º 0.46% 0.69% -
HSV(B) 104.38º 0.34% 0.83% -
XYZ 42.3 56.22 33.05 -
YUV 187.53 100.61 106.94 -
System Red Green Blue C M Y K H S L
Decimal 158 212 139 0.25 0 0.34 0.17 104.38 0.46 0.69
Hex 9E D4 8B 19 0 22 11 68 2E 45
Octal 236 324 213 31 0 42 21 150 56 105
Binary 10011110 11010100 10001011 11001 0 100010 10001 1101000 101110 1000101

Color Harmonies of #9ED48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED48B

Black with #9ED48B

Text Example


Text Example

White with #9ED48B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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