Html Css Color HEX #9EDE7F Gossip

📋 copy color: '#9EDE7F'

red 158 ◦ green 222 ◦ blue 127

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

Shades of Gossip #9EDE7F

Tints of Gossip #9EDE7F

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.79%

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

R = 31.16%
G = 43.79%
B = 25.05%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#9EDE7F (or 0x9EDE7F) is known color: Gossip. HEX triplet: 9E, DE and 7F. RGB value is (158,222,127). Sum of RGB (Red+Green+Blue) = 158+222+127=507 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.16% from 507); Green value is 222 (87.11% from 255 or 43.79% from 507); Blue value is 127 (50% from 255 or 25.05% from 507); Max value from RGB is 222 - color contains mainly: green. Hex color #9EDE7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDE7F is #612180. Grayscale: #C0C0C0. Windows color (decimal): -6365569 or 8380062. OLE color: 8380062.

HSL color Cylindrical-coordinate representation of color #9EDE7F: hue angle of 100.42º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9EDE7F is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 222 127 -
CMYK 0.29 0 0.43 0.13
HSL 100.42º 0.59% 0.68% -
HSV(B) 100.42º 0.43% 0.87% -
XYZ 44.05 61.04 29.54 -
YUV 192.03 91.3 103.72 -
System Red Green Blue C M Y K H S L
Decimal 158 222 127 0.29 0 0.43 0.13 100.42 0.59 0.68
Hex 9E DE 7F 1D 0 2B D 64 3B 44
Octal 236 336 177 35 0 53 15 144 73 104
Binary 10011110 11011110 1111111 11101 0 101011 1101 1100100 111011 1000100

Color Harmonies of #9EDE7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDE7F

Black with #9EDE7F

Text Example


Text Example

White with #9EDE7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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