Html Css Color HEX #9ED68A Gossip

📋 copy color: '#9ED68A'

red 158 ◦ green 214 ◦ blue 138

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

Shades of Gossip #9ED68A

Tints of Gossip #9ED68A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.96%

 BLUE value IS 138 (54.3% from 255) = 27.06%

R = 30.98%
G = 41.96%
B = 27.06%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#9ED68A (or 0x9ED68A) is known color: Gossip. HEX triplet: 9E, D6 and 8A. RGB value is (158,214,138). Sum of RGB (Red+Green+Blue) = 158+214+138=510 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.98% from 510); Green value is 214 (83.98% from 255 or 41.96% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 214 - color contains mainly: green. Hex color #9ED68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED68A is #612975. Grayscale: #BCBCBC. Windows color (decimal): -6367606 or 9098910. OLE color: 9098910.

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

Color convert

RGB 158 214 138 -
CMYK 0.26 0 0.36 0.16
HSL 104.21º 0.48% 0.69% -
HSV(B) 104.21º 0.36% 0.84% -
XYZ 42.73 57.2 32.83 -
YUV 188.59 99.45 106.18 -
System Red Green Blue C M Y K H S L
Decimal 158 214 138 0.26 0 0.36 0.16 104.21 0.48 0.69
Hex 9E D6 8A 1A 0 24 10 68 30 45
Octal 236 326 212 32 0 44 20 150 60 105
Binary 10011110 11010110 10001010 11010 0 100100 10000 1101000 110000 1000101

Color Harmonies of #9ED68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED68A

Black with #9ED68A

Text Example


Text Example

White with #9ED68A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,214,138); }

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

background-color css

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

 a { background-color: rgb(158,214,138); }

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

border-color css

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

 span { border-color: rgb(158,214,138); }

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