Html Css Color HEX #9CDC7C Gossip

📋 copy color: '#9CDC7C'

red 156 ◦ green 220 ◦ blue 124

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

Shades of Gossip #9CDC7C

Tints of Gossip #9CDC7C

RGB

 RED value IS 156 (61.33% from 255) = 31.2%

 GREEN value IS 220 (86.33% from 255) = 44%

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

R = 31.2%
G = 44%
B = 24.8%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#9CDC7C (or 0x9CDC7C) is known color: Gossip. HEX triplet: 9C, DC and 7C. RGB value is (156,220,124). Sum of RGB (Red+Green+Blue) = 156+220+124=500 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.2% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 124 (48.83% from 255 or 24.8% from 500); Max value from RGB is 220 - color contains mainly: green. Hex color #9CDC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDC7C is #632383. Grayscale: #BEBEBE. Windows color (decimal): -6497156 or 8182940. OLE color: 8182940.

HSL color Cylindrical-coordinate representation of color #9CDC7C: hue angle of 100º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9CDC7C is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 220 124 -
CMYK 0.29 0 0.44 0.14
HSL 100º 0.58% 0.67% -
HSV(B) 100º 0.44% 0.86% -
XYZ 42.94 59.71 28.33 -
YUV 189.92 90.8 103.81 -
System Red Green Blue C M Y K H S L
Decimal 156 220 124 0.29 0 0.44 0.14 100 0.58 0.67
Hex 9C DC 7C 1D 0 2C E 64 3A 43
Octal 234 334 174 35 0 54 16 144 72 103
Binary 10011100 11011100 1111100 11101 0 101100 1110 1100100 111010 1000011

Color Harmonies of #9CDC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDC7C

Black with #9CDC7C

Text Example


Text Example

White with #9CDC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,220,124); }

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

background-color css

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

 a { background-color: rgb(156,220,124); }

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

border-color css

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

 span { border-color: rgb(156,220,124); }

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