#9ADA6D

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

Shades of Gossip #9ADA6D

Tints of Gossip #9ADA6D

Color information

#9ADA6D (or 0x9ADA6D) is unknown color: approx Gossip. HEX triplet: 9A, DA and 6D. RGB value is (154,218,109). Sum of RGB (Red+Green+Blue) = 154+218+109=481 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.02% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADA6D is #652592. Grayscale: #BABABA. Windows color (decimal): -6628755 or 7199386. OLE color: 7199386.

HSL color Cylindrical-coordinate representation of color #9ADA6D: hue angle of 95.23º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9ADA6D is Cyan = 0.29, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.15.

Color convert

RGB154218109-
CMYK0.2900.50.15
HSL95.23º59.56%64.12%-
HSV(B)95.23º50%85.49%-
XYZ41.1658.1223.52-
YUV186.4484.3104.86-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.02%
GREEN value IS 218 (85.55% from 255) = 45.32%
BLUE value IS 109 (42.97% from 255) = 22.66%
R=32.02%
G=45.32%
B=22.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1542181090.2900.50.1595.2359.5664.12
Hex9ADA6D1D032F5f3c40
Octal232332155350621713774100
Binary10011010110110101101101111010110010111110111111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,218,109); }

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

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

 a { background-color: rgb(154,218,109); }

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

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

 span { border-color: rgb(154,218,109); }

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