#9AD18C

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

Shades of Gossip #9AD18C

Tints of Gossip #9AD18C

Color information

#9AD18C (or 0x9AD18C) is unknown color: approx Gossip. HEX triplet: 9A, D1 and 8C. RGB value is (154,209,140). Sum of RGB (Red+Green+Blue) = 154+209+140=503 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.62% from 503); Green value is 209 (82.03% from 255 or 41.55% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 209 - color contains mainly: green. Hex color #9AD18C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD18C is #652E73. Grayscale: #B8B8B8. Windows color (decimal): -6631028 or 9228698. OLE color: 9228698.

HSL color Cylindrical-coordinate representation of color #9AD18C: hue angle of 107.83º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9AD18C is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB154209140-
CMYK0.2600.330.18
HSL107.83º42.86%68.43%-
HSV(B)107.83º33.01%81.96%-
XYZ40.8654.3633.15-
YUV184.69102.78106.11-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.62%
GREEN value IS 209 (82.03% from 255) = 41.55%
BLUE value IS 140 (55.08% from 255) = 27.83%
R=30.62%
G=41.55%
B=27.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1542091400.2600.330.18107.8342.8668.43
Hex9AD18C1A021126c2b44
Octal232321214320412215453104
Binary1001101011010001100011001101001000011001011011001010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,209,140); }

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

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

 a { background-color: rgb(154,209,140); }

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

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

 span { border-color: rgb(154,209,140); }

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