Html Css Color HEX #9ED074 Gossip

📋 copy color: '#9ED074'

red 158 ◦ green 208 ◦ blue 116

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

Shades of Gossip #9ED074

Tints of Gossip #9ED074

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.15%

 BLUE value IS 116 (45.7% from 255) = 24.07%

R = 32.78%
G = 43.15%
B = 24.07%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#9ED074 (or 0x9ED074) is known color: Gossip. HEX triplet: 9E, D0 and 74. RGB value is (158,208,116). Sum of RGB (Red+Green+Blue) = 158+208+116=482 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.78% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 116 (45.70% from 255 or 24.07% from 482); Max value from RGB is 208 - color contains mainly: green. Hex color #9ED074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED074 is #612F8B. Grayscale: #B6B6B6. Windows color (decimal): -6369164 or 7655582. OLE color: 7655582.

HSL color Cylindrical-coordinate representation of color #9ED074: hue angle of 92.61º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9ED074 is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 158 208 116 -
CMYK 0.24 0 0.44 0.18
HSL 92.61º 0.49% 0.64% -
HSV(B) 92.61º 0.44% 0.82% -
XYZ 39.81 53.64 24.78 -
YUV 182.56 90.44 110.48 -
System Red Green Blue C M Y K H S L
Decimal 158 208 116 0.24 0 0.44 0.18 92.61 0.49 0.64
Hex 9E D0 74 18 0 2C 12 5D 31 40
Octal 236 320 164 30 0 54 22 135 61 100
Binary 10011110 11010000 1110100 11000 0 101100 10010 1011101 110001 1000000

Color Harmonies of #9ED074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED074

Black with #9ED074

Text Example


Text Example

White with #9ED074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,208,116); }

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

background-color css

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

 a { background-color: rgb(158,208,116); }

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

border-color css

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

 span { border-color: rgb(158,208,116); }

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