#9CDA8A

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

Shades of Gossip #9CDA8A

Tints of Gossip #9CDA8A

Color information

#9CDA8A (or 0x9CDA8A) is unknown color: approx Gossip. HEX triplet: 9C, DA and 8A. RGB value is (156,218,138). Sum of RGB (Red+Green+Blue) = 156+218+138=512 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.47% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 218 - color contains mainly: green. Hex color #9CDA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDA8A is #632575. Grayscale: #BEBEBE. Windows color (decimal): -6497654 or 9099932. OLE color: 9099932.

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

Color convert

RGB156218138-
CMYK0.2800.370.15
HSL106.5º51.95%69.8%-
HSV(B)106.5º36.7%85.49%-
XYZ43.3759.0533.16-
YUV190.3498.46103.5-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.47%
GREEN value IS 218 (85.55% from 255) = 42.58%
BLUE value IS 138 (54.30% from 255) = 26.95%
R=30.47%
G=42.58%
B=26.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1562181380.2800.370.15106.551.9569.8
Hex9CDA8A1C025F6a3446
Octal234332212340451715264106
Binary100111001101101010001010111000100101111111010101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,218,138); }

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

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

 a { background-color: rgb(156,218,138); }

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

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

 span { border-color: rgb(156,218,138); }

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