Html Css Color HEX #9ED27D Gossip

📋 copy color: '#9ED27D'

red 158 ◦ green 210 ◦ blue 125

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

Shades of Gossip #9ED27D

Tints of Gossip #9ED27D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.6%

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

R = 32.05%
G = 42.6%
B = 25.35%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#9ED27D (or 0x9ED27D) is known color: Gossip. HEX triplet: 9E, D2 and 7D. RGB value is (158,210,125). Sum of RGB (Red+Green+Blue) = 158+210+125=493 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.05% from 493); Green value is 210 (82.42% from 255 or 42.60% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 210 - color contains mainly: green. Hex color #9ED27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED27D is #612D82. Grayscale: #B9B9B9. Windows color (decimal): -6368643 or 8245918. OLE color: 8245918.

HSL color Cylindrical-coordinate representation of color #9ED27D: hue angle of 96.71º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9ED27D is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 158 210 125 -
CMYK 0.25 0 0.40 0.18
HSL 96.71º 0.49% 0.66% -
HSV(B) 96.71º 0.4% 0.82% -
XYZ 40.85 54.84 27.83 -
YUV 184.76 94.27 108.91 -
System Red Green Blue C M Y K H S L
Decimal 158 210 125 0.25 0 0.40 0.18 96.71 0.49 0.66
Hex 9E D2 7D 19 0 28 12 61 31 42
Octal 236 322 175 31 0 50 22 141 61 102
Binary 10011110 11010010 1111101 11001 0 101000 10010 1100001 110001 1000010

Color Harmonies of #9ED27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED27D

Black with #9ED27D

Text Example


Text Example

White with #9ED27D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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