Html Css Color HEX #9EDB7F Gossip

📋 copy color: '#9EDB7F'

red 158 ◦ green 219 ◦ blue 127

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

Shades of Gossip #9EDB7F

Tints of Gossip #9EDB7F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.45%

 BLUE value IS 127 (50% from 255) = 25.2%

R = 31.35%
G = 43.45%
B = 25.2%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#9EDB7F (or 0x9EDB7F) is known color: Gossip. HEX triplet: 9E, DB and 7F. RGB value is (158,219,127). Sum of RGB (Red+Green+Blue) = 158+219+127=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 127 (50% from 255 or 25.20% from 504); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDB7F is #612480. Grayscale: #BEBEBE. Windows color (decimal): -6366337 or 8379294. OLE color: 8379294.

HSL color Cylindrical-coordinate representation of color #9EDB7F: hue angle of 99.78º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9EDB7F is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 219 127 -
CMYK 0.28 0 0.42 0.14
HSL 99.78º 0.56% 0.68% -
HSV(B) 99.78º 0.42% 0.86% -
XYZ 43.26 59.46 29.28 -
YUV 190.27 92.29 104.98 -
System Red Green Blue C M Y K H S L
Decimal 158 219 127 0.28 0 0.42 0.14 99.78 0.56 0.68
Hex 9E DB 7F 1C 0 2A E 64 38 44
Octal 236 333 177 34 0 52 16 144 70 104
Binary 10011110 11011011 1111111 11100 0 101010 1110 1100100 111000 1000100

Color Harmonies of #9EDB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDB7F

Black with #9EDB7F

Text Example


Text Example

White with #9EDB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,219,127); }

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

background-color css

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

 a { background-color: rgb(158,219,127); }

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

border-color css

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

 span { border-color: rgb(158,219,127); }

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