Html Css Color HEX #9CD880 Gossip

📋 copy color: '#9CD880'

red 156 ◦ green 216 ◦ blue 128

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

Shades of Gossip #9CD880

Tints of Gossip #9CD880

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.2%

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

R = 31.2%
G = 43.2%
B = 25.6%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#9CD880 (or 0x9CD880) is known color: Gossip. HEX triplet: 9C, D8 and 80. RGB value is (156,216,128). Sum of RGB (Red+Green+Blue) = 156+216+128=500 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.2% from 500); Green value is 216 (84.77% from 255 or 43.2% from 500); Blue value is 128 (50.39% from 255 or 25.6% from 500); Max value from RGB is 216 - color contains mainly: green. Hex color #9CD880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CD880 is #63277F. Grayscale: #BCBCBC. Windows color (decimal): -6498176 or 8444060. OLE color: 8444060.

HSL color Cylindrical-coordinate representation of color #9CD880: hue angle of 100.91º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9CD880 is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 156 216 128 -
CMYK 0.28 0 0.41 0.15
HSL 100.91º 0.53% 0.67% -
HSV(B) 100.91º 0.41% 0.85% -
XYZ 42.16 57.74 29.34 -
YUV 188.03 94.12 105.16 -
System Red Green Blue C M Y K H S L
Decimal 156 216 128 0.28 0 0.41 0.15 100.91 0.53 0.67
Hex 9C D8 80 1C 0 29 F 65 35 43
Octal 234 330 200 34 0 51 17 145 65 103
Binary 10011100 11011000 10000000 11100 0 101001 1111 1100101 110101 1000011

Color Harmonies of #9CD880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CD880

Black with #9CD880

Text Example


Text Example

White with #9CD880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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