#9CD982

Color #9CD982 Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #9CD982

Tints of Gossip #9CD982

Color information

#9CD982 (or 0x9CD982) is unknown color: approx Gossip. HEX triplet: 9C, D9 and 82. RGB value is (156,217,130). Sum of RGB (Red+Green+Blue) = 156+217+130=503 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.01% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 217 - color contains mainly: green. Hex color #9CD982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CD982 is #63267D. Grayscale: #BDBDBD. Windows color (decimal): -6497918 or 8575388. OLE color: 8575388.

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

Color convert

RGB156217130-
CMYK0.2800.400.15
HSL102.07º53.37%68.04%-
HSV(B)102.07º40.09%85.1%-
XYZ42.5558.3130.13-
YUV188.8494.79104.57-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.01%
GREEN value IS 217 (85.16% from 255) = 43.14%
BLUE value IS 130 (51.17% from 255) = 25.84%
R=31.01%
G=43.14%
B=25.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1562171300.2800.400.15102.0753.3768.04
Hex9CD9821C028F663544
Octal234331202340501714665104
Binary100111001101100110000010111000101000111111001101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,217,130); }

 H1.HeaderClassName
 {
   color: #9CD982;
 }
 .AnyTagClassName
 {
   color: #9CD982;
 }
</style>
background-color css

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

 a { background-color: rgb(156,217,130); }

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

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

 span { border-color: rgb(156,217,130); }

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