Html Css Color HEX #9FCC7C Gossip

📋 copy color: '#9FCC7C'

red 159 ◦ green 204 ◦ blue 124

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

Shades of Gossip #9FCC7C

Tints of Gossip #9FCC7C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.89%

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

R = 32.65%
G = 41.89%
B = 25.46%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#9FCC7C (or 0x9FCC7C) is known color: Gossip. HEX triplet: 9F, CC and 7C. RGB value is (159,204,124). Sum of RGB (Red+Green+Blue) = 159+204+124=487 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.65% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 124 (48.83% from 255 or 25.46% from 487); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCC7C is #603383. Grayscale: #B5B5B5. Windows color (decimal): -6304644 or 8178847. OLE color: 8178847.

HSL color Cylindrical-coordinate representation of color #9FCC7C: hue angle of 93.75º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9FCC7C is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.

Color convert

RGB 159 204 124 -
CMYK 0.22 0 0.39 0.2
HSL 93.75º 0.44% 0.64% -
HSV(B) 93.75º 0.39% 0.8% -
XYZ 39.53 52.01 27.02 -
YUV 181.43 95.59 112 -
System Red Green Blue C M Y K H S L
Decimal 159 204 124 0.22 0 0.39 0.2 93.75 0.44 0.64
Hex 9F CC 7C 16 0 27 14 5E 2C 40
Octal 237 314 174 26 0 47 24 136 54 100
Binary 10011111 11001100 1111100 10110 0 100111 10100 1011110 101100 1000000

Color Harmonies of #9FCC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCC7C

Black with #9FCC7C

Text Example


Text Example

White with #9FCC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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