Html Css Color HEX #9FD47C Gossip

📋 copy color: '#9FD47C'

red 159 ◦ green 212 ◦ blue 124

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

Shades of Gossip #9FD47C

Tints of Gossip #9FD47C

RGB

 RED value IS 159 (62.5% from 255) = 32.12%

 GREEN value IS 212 (83.2% from 255) = 42.83%

 BLUE value IS 124 (48.83% from 255) = 25.05%

R = 32.12%
G = 42.83%
B = 25.05%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#9FD47C (or 0x9FD47C) is known color: Gossip. HEX triplet: 9F, D4 and 7C. RGB value is (159,212,124). Sum of RGB (Red+Green+Blue) = 159+212+124=495 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.12% from 495); Green value is 212 (83.20% from 255 or 42.83% from 495); Blue value is 124 (48.83% from 255 or 25.05% from 495); Max value from RGB is 212 - color contains mainly: green. Hex color #9FD47C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD47C is #602B83. Grayscale: #BABABA. Windows color (decimal): -6302596 or 8180895. OLE color: 8180895.

HSL color Cylindrical-coordinate representation of color #9FD47C: hue angle of 96.14º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9FD47C is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 159 212 124 -
CMYK 0.25 0 0.42 0.17
HSL 96.14º 0.51% 0.66% -
HSV(B) 96.14º 0.42% 0.83% -
XYZ 41.48 55.91 27.67 -
YUV 186.12 92.94 108.66 -
System Red Green Blue C M Y K H S L
Decimal 159 212 124 0.25 0 0.42 0.17 96.14 0.51 0.66
Hex 9F D4 7C 19 0 2A 11 60 33 42
Octal 237 324 174 31 0 52 21 140 63 102
Binary 10011111 11010100 1111100 11001 0 101010 10001 1100000 110011 1000010

Color Harmonies of #9FD47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD47C

Black with #9FD47C

Text Example


Text Example

White with #9FD47C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,212,124); }

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

background-color css

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

 a { background-color: rgb(159,212,124); }

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

border-color css

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

 span { border-color: rgb(159,212,124); }

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