Html Css Color HEX #9ED274 Gossip

📋 copy color: '#9ED274'

red 158 ◦ green 210 ◦ blue 116

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

Shades of Gossip #9ED274

Tints of Gossip #9ED274

RGB

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

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

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

R = 32.64%
G = 43.39%
B = 23.97%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#9ED274 (or 0x9ED274) is known color: Gossip. HEX triplet: 9E, D2 and 74. RGB value is (158,210,116). Sum of RGB (Red+Green+Blue) = 158+210+116=484 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.64% from 484); Green value is 210 (82.42% from 255 or 43.39% from 484); Blue value is 116 (45.70% from 255 or 23.97% from 484); Max value from RGB is 210 - color contains mainly: green. Hex color #9ED274 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED274 is #612D8B. Grayscale: #B8B8B8. Windows color (decimal): -6368652 or 7656094. OLE color: 7656094.

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

Color convert

RGB 158 210 116 -
CMYK 0.25 0 0.45 0.18
HSL 93.19º 0.51% 0.64% -
HSV(B) 93.19º 0.45% 0.82% -
XYZ 40.3 54.62 24.94 -
YUV 183.74 89.77 109.64 -
System Red Green Blue C M Y K H S L
Decimal 158 210 116 0.25 0 0.45 0.18 93.19 0.51 0.64
Hex 9E D2 74 19 0 2D 12 5D 33 40
Octal 236 322 164 31 0 55 22 135 63 100
Binary 10011110 11010010 1110100 11001 0 101101 10010 1011101 110011 1000000

Color Harmonies of #9ED274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED274

Black with #9ED274

Text Example


Text Example

White with #9ED274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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