Html Css Color HEX #9CD770 Gossip

📋 copy color: '#9CD770'

red 156 ◦ green 215 ◦ blue 112

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

Shades of Gossip #9CD770

Tints of Gossip #9CD770

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.51%

 BLUE value IS 112 (44.14% from 255) = 23.19%

R = 32.3%
G = 44.51%
B = 23.19%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#9CD770 (or 0x9CD770) is known color: Gossip. HEX triplet: 9C, D7 and 70. RGB value is (156,215,112). Sum of RGB (Red+Green+Blue) = 156+215+112=483 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.30% from 483); Green value is 215 (84.38% from 255 or 44.51% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 215 - color contains mainly: green. Hex color #9CD770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD770 is #63288F. Grayscale: #B9B9B9. Windows color (decimal): -6498448 or 7395228. OLE color: 7395228.

HSL color Cylindrical-coordinate representation of color #9CD770: hue angle of 94.37º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9CD770 is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 156 215 112 -
CMYK 0.27 0 0.48 0.16
HSL 94.37º 0.56% 0.64% -
HSV(B) 94.37º 0.48% 0.84% -
XYZ 40.94 56.84 24.14 -
YUV 185.62 86.45 106.88 -
System Red Green Blue C M Y K H S L
Decimal 156 215 112 0.27 0 0.48 0.16 94.37 0.56 0.64
Hex 9C D7 70 1B 0 30 10 5E 38 40
Octal 234 327 160 33 0 60 20 136 70 100
Binary 10011100 11010111 1110000 11011 0 110000 10000 1011110 111000 1000000

Color Harmonies of #9CD770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CD770

Black with #9CD770

Text Example


Text Example

White with #9CD770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,215,112); }

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

background-color css

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

 a { background-color: rgb(156,215,112); }

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

border-color css

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

 span { border-color: rgb(156,215,112); }

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