Html Css Color HEX #9DC47F Gossip

📋 copy color: '#9DC47F'

red 157 ◦ green 196 ◦ blue 127

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

Shades of Gossip #9DC47F

Tints of Gossip #9DC47F

RGB

 RED value IS 157 (61.72% from 255) = 32.71%

 GREEN value IS 196 (76.95% from 255) = 40.83%

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

R = 32.71%
G = 40.83%
B = 26.46%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#9DC47F (or 0x9DC47F) is known color: Gossip. HEX triplet: 9D, C4 and 7F. RGB value is (157,196,127). Sum of RGB (Red+Green+Blue) = 157+196+127=480 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.71% from 480); Green value is 196 (76.95% from 255 or 40.83% from 480); Blue value is 127 (50% from 255 or 26.46% from 480); Max value from RGB is 196 - color contains mainly: green. Hex color #9DC47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC47F is #623B80. Grayscale: #B0B0B0. Windows color (decimal): -6437761 or 8373405. OLE color: 8373405.

HSL color Cylindrical-coordinate representation of color #9DC47F: hue angle of 93.91º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DC47F is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 157 196 127 -
CMYK 0.20 0 0.35 0.23
HSL 93.91º 0.37% 0.63% -
HSV(B) 93.91º 0.35% 0.77% -
XYZ 37.48 48.18 27.4 -
YUV 176.47 100.08 114.11 -
System Red Green Blue C M Y K H S L
Decimal 157 196 127 0.20 0 0.35 0.23 93.91 0.37 0.63
Hex 9D C4 7F 14 0 23 17 5E 25 3F
Octal 235 304 177 24 0 43 27 136 45 77
Binary 10011101 11000100 1111111 10100 0 100011 10111 1011110 100101 111111

Color Harmonies of #9DC47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC47F

Black with #9DC47F

Text Example


Text Example

White with #9DC47F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,196,127); }

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

background-color css

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

 a { background-color: rgb(157,196,127); }

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

border-color css

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

 span { border-color: rgb(157,196,127); }

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