#9CD57A

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

Shades of Gossip #9CD57A

Tints of Gossip #9CD57A

Color information

#9CD57A (or 0x9CD57A) is unknown color: approx Gossip. HEX triplet: 9C, D5 and 7A. RGB value is (156,213,122). Sum of RGB (Red+Green+Blue) = 156+213+122=491 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.77% from 491); Green value is 213 (83.59% from 255 or 43.38% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 213 - color contains mainly: green. Hex color #9CD57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD57A is #632A85. Grayscale: #B9B9B9. Windows color (decimal): -6498950 or 8050076. OLE color: 8050076.

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

Color convert

RGB156213122-
CMYK0.2700.430.16
HSL97.58º52%65.69%-
HSV(B)97.58º42.72%83.53%-
XYZ41.0256.0627.07-
YUV185.5892.12106.9-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.77%
GREEN value IS 213 (83.59% from 255) = 43.38%
BLUE value IS 122 (48.05% from 255) = 24.85%
R=31.77%
G=43.38%
B=24.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1562131220.2700.430.1697.585265.69
Hex9CD57A1B02B10623442
Octal234325172330532014264102
Binary100111001101010111110101101101010111000011000101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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