Html Css Color HEX #9ED090 Gossip

📋 copy color: '#9ED090'

red 158 ◦ green 208 ◦ blue 144

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

Shades of Gossip #9ED090

Tints of Gossip #9ED090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.24%

R = 30.98%
G = 40.78%
B = 28.24%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#9ED090 (or 0x9ED090) is known color: Gossip. HEX triplet: 9E, D0 and 90. RGB value is (158,208,144). Sum of RGB (Red+Green+Blue) = 158+208+144=510 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.98% from 510); Green value is 208 (81.64% from 255 or 40.78% from 510); Blue value is 144 (56.64% from 255 or 28.24% from 510); Max value from RGB is 208 - color contains mainly: green. Hex color #9ED090 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED090 is #612F6F. Grayscale: #B9B9B9. Windows color (decimal): -6369136 or 9490590. OLE color: 9490590.

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

Color convert

RGB 158 208 144 -
CMYK 0.24 0 0.31 0.18
HSL 106.88º 0.41% 0.69% -
HSV(B) 106.88º 0.31% 0.82% -
XYZ 41.69 54.39 34.69 -
YUV 185.75 104.44 108.2 -
System Red Green Blue C M Y K H S L
Decimal 158 208 144 0.24 0 0.31 0.18 106.88 0.41 0.69
Hex 9E D0 90 18 0 1F 12 6B 29 45
Octal 236 320 220 30 0 37 22 153 51 105
Binary 10011110 11010000 10010000 11000 0 11111 10010 1101011 101001 1000101

Color Harmonies of #9ED090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED090

Black with #9ED090

Text Example


Text Example

White with #9ED090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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