Html Css Color HEX #9ED584 Gossip

📋 copy color: '#9ED584'

red 158 ◦ green 213 ◦ blue 132

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

Shades of Gossip #9ED584

Tints of Gossip #9ED584

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.35%

 BLUE value IS 132 (51.95% from 255) = 26.24%

R = 31.41%
G = 42.35%
B = 26.24%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#9ED584 (or 0x9ED584) is known color: Gossip. HEX triplet: 9E, D5 and 84. RGB value is (158,213,132). Sum of RGB (Red+Green+Blue) = 158+213+132=503 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.41% from 503); Green value is 213 (83.59% from 255 or 42.35% from 503); Blue value is 132 (51.95% from 255 or 26.24% from 503); Max value from RGB is 213 - color contains mainly: green. Hex color #9ED584 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED584 is #612A7B. Grayscale: #BBBBBB. Windows color (decimal): -6367868 or 8705438. OLE color: 8705438.

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

Color convert

RGB 158 213 132 -
CMYK 0.26 0 0.38 0.16
HSL 100.74º 0.49% 0.68% -
HSV(B) 100.74º 0.38% 0.84% -
XYZ 42.06 56.52 30.52 -
YUV 187.32 96.78 107.09 -
System Red Green Blue C M Y K H S L
Decimal 158 213 132 0.26 0 0.38 0.16 100.74 0.49 0.68
Hex 9E D5 84 1A 0 26 10 65 31 44
Octal 236 325 204 32 0 46 20 145 61 104
Binary 10011110 11010101 10000100 11010 0 100110 10000 1100101 110001 1000100

Color Harmonies of #9ED584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED584

Black with #9ED584

Text Example


Text Example

White with #9ED584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,213,132); }

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

background-color css

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

 a { background-color: rgb(158,213,132); }

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

border-color css

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

 span { border-color: rgb(158,213,132); }

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