#9DC28A

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

Shades of Gossip #9DC28A

Tints of Gossip #9DC28A

Color information

#9DC28A (or 0x9DC28A) is unknown color: approx Gossip. HEX triplet: 9D, C2 and 8A. RGB value is (157,194,138). Sum of RGB (Red+Green+Blue) = 157+194+138=489 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.11% from 489); Green value is 194 (76.17% from 255 or 39.67% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 194 - color contains mainly: green. Hex color #9DC28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC28A is #623D75. Grayscale: #B0B0B0. Windows color (decimal): -6438262 or 9093789. OLE color: 9093789.

HSL color Cylindrical-coordinate representation of color #9DC28A: hue angle of 99.64º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DC28A is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB157194138-
CMYK0.1900.290.24
HSL99.64º31.46%65.1%-
HSV(B)99.64º28.87%76.08%-
XYZ37.7847.5931.24-
YUV176.55106.24114.05-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.11%
GREEN value IS 194 (76.17% from 255) = 39.67%
BLUE value IS 138 (54.30% from 255) = 28.22%
R=32.11%
G=39.67%
B=28.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1571941380.1900.290.2499.6431.4665.1
Hex9DC28A1301D18641f41
Octal235302212230353014437101
Binary10011101110000101000101010011011101110001100100111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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