Html Css Color HEX #9CD580 Gossip

📋 copy color: '#9CD580'

red 156 ◦ green 213 ◦ blue 128

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

Shades of Gossip #9CD580

Tints of Gossip #9CD580

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.86%

 BLUE value IS 128 (50.39% from 255) = 25.75%

R = 31.39%
G = 42.86%
B = 25.75%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#9CD580 (or 0x9CD580) is known color: Gossip. HEX triplet: 9C, D5 and 80. RGB value is (156,213,128). Sum of RGB (Red+Green+Blue) = 156+213+128=497 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.39% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 128 (50.39% from 255 or 25.75% from 497); Max value from RGB is 213 - color contains mainly: green. Hex color #9CD580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CD580 is #632A7F. Grayscale: #BABABA. Windows color (decimal): -6498944 or 8443292. OLE color: 8443292.

HSL color Cylindrical-coordinate representation of color #9CD580: hue angle of 100.24º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9CD580 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 156 213 128 -
CMYK 0.27 0 0.40 0.16
HSL 100.24º 0.5% 0.67% -
HSV(B) 100.24º 0.4% 0.84% -
XYZ 41.4 56.21 29.09 -
YUV 186.27 95.12 106.41 -
System Red Green Blue C M Y K H S L
Decimal 156 213 128 0.27 0 0.40 0.16 100.24 0.5 0.67
Hex 9C D5 80 1B 0 28 10 64 32 43
Octal 234 325 200 33 0 50 20 144 62 103
Binary 10011100 11010101 10000000 11011 0 101000 10000 1100100 110010 1000011

Color Harmonies of #9CD580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CD580

Black with #9CD580

Text Example


Text Example

White with #9CD580

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,213,128); }

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

background-color css

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

 a { background-color: rgb(156,213,128); }

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

border-color css

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

 span { border-color: rgb(156,213,128); }

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