#9DC88A

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

Shades of Gossip #9DC88A

Tints of Gossip #9DC88A

Color information

#9DC88A (or 0x9DC88A) is unknown color: approx Gossip. HEX triplet: 9D, C8 and 8A. RGB value is (157,200,138). Sum of RGB (Red+Green+Blue) = 157+200+138=495 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.72% from 495); Green value is 200 (78.52% from 255 or 40.40% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 200 - color contains mainly: green. Hex color #9DC88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC88A is #623775. Grayscale: #B4B4B4. Windows color (decimal): -6436726 or 9095325. OLE color: 9095325.

HSL color Cylindrical-coordinate representation of color #9DC88A: hue angle of 101.61º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DC88A is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB157200138-
CMYK0.2200.310.22
HSL101.61º36.05%66.27%-
HSV(B)101.61º31%78.43%-
XYZ39.1550.3131.69-
YUV180.08104.25111.54-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.72%
GREEN value IS 200 (78.52% from 255) = 40.40%
BLUE value IS 138 (54.30% from 255) = 27.88%
R=31.72%
G=40.40%
B=27.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1572001380.2200.310.22101.6136.0566.27
Hex9DC88A1601F16662442
Octal235310212260372614644102
Binary100111011100100010001010101100111111011011001101001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,200,138); }

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

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

 a { background-color: rgb(157,200,138); }

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

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

 span { border-color: rgb(157,200,138); }

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