Html Css Color HEX #9ED67D Gossip

📋 copy color: '#9ED67D'

red 158 ◦ green 214 ◦ blue 125

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

Shades of Gossip #9ED67D

Tints of Gossip #9ED67D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.06%

 BLUE value IS 125 (49.22% from 255) = 25.15%

R = 31.79%
G = 43.06%
B = 25.15%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#9ED67D (or 0x9ED67D) is known color: Gossip. HEX triplet: 9E, D6 and 7D. RGB value is (158,214,125). Sum of RGB (Red+Green+Blue) = 158+214+125=497 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.79% from 497); Green value is 214 (83.98% from 255 or 43.06% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 214 - color contains mainly: green. Hex color #9ED67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED67D is #612982. Grayscale: #BBBBBB. Windows color (decimal): -6367619 or 8246942. OLE color: 8246942.

HSL color Cylindrical-coordinate representation of color #9ED67D: hue angle of 97.75º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9ED67D is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 158 214 125 -
CMYK 0.26 0 0.42 0.16
HSL 97.75º 0.52% 0.66% -
HSV(B) 97.75º 0.42% 0.84% -
XYZ 41.85 56.84 28.17 -
YUV 187.11 92.95 107.24 -
System Red Green Blue C M Y K H S L
Decimal 158 214 125 0.26 0 0.42 0.16 97.75 0.52 0.66
Hex 9E D6 7D 1A 0 2A 10 62 34 42
Octal 236 326 175 32 0 52 20 142 64 102
Binary 10011110 11010110 1111101 11010 0 101010 10000 1100010 110100 1000010

Color Harmonies of #9ED67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED67D

Black with #9ED67D

Text Example


Text Example

White with #9ED67D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,214,125); }

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

background-color css

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

 a { background-color: rgb(158,214,125); }

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

border-color css

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

 span { border-color: rgb(158,214,125); }

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