Html Css Color HEX #9ED882 Gossip

📋 copy color: '#9ED882'

red 158 ◦ green 216 ◦ blue 130

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

Shades of Gossip #9ED882

Tints of Gossip #9ED882

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.86%

 BLUE value IS 130 (51.17% from 255) = 25.79%

R = 31.35%
G = 42.86%
B = 25.79%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#9ED882 (or 0x9ED882) is known color: Gossip. HEX triplet: 9E, D8 and 82. RGB value is (158,216,130). Sum of RGB (Red+Green+Blue) = 158+216+130=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 130 (51.17% from 255 or 25.79% from 504); Max value from RGB is 216 - color contains mainly: green. Hex color #9ED882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED882 is #61277D. Grayscale: #BDBDBD. Windows color (decimal): -6367102 or 8575134. OLE color: 8575134.

HSL color Cylindrical-coordinate representation of color #9ED882: hue angle of 100.47º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9ED882 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 158 216 130 -
CMYK 0.27 0 0.40 0.15
HSL 100.47º 0.52% 0.68% -
HSV(B) 100.47º 0.4% 0.85% -
XYZ 42.69 57.99 30.06 -
YUV 188.85 94.78 105.99 -
System Red Green Blue C M Y K H S L
Decimal 158 216 130 0.27 0 0.40 0.15 100.47 0.52 0.68
Hex 9E D8 82 1B 0 28 F 64 34 44
Octal 236 330 202 33 0 50 17 144 64 104
Binary 10011110 11011000 10000010 11011 0 101000 1111 1100100 110100 1000100

Color Harmonies of #9ED882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED882

Black with #9ED882

Text Example


Text Example

White with #9ED882

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,216,130); }

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

background-color css

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

 a { background-color: rgb(158,216,130); }

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

border-color css

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

 span { border-color: rgb(158,216,130); }

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