#9ADA7D

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

Shades of Gossip #9ADA7D

Tints of Gossip #9ADA7D

Color information

#9ADA7D (or 0x9ADA7D) is unknown color: approx Gossip. HEX triplet: 9A, DA and 7D. RGB value is (154,218,125). Sum of RGB (Red+Green+Blue) = 154+218+125=497 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.99% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADA7D is #652582. Grayscale: #BCBCBC. Windows color (decimal): -6628739 or 8247962. OLE color: 8247962.

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

Color convert

RGB154218125-
CMYK0.2900.430.15
HSL101.29º55.69%67.25%-
HSV(B)101.29º42.66%85.49%-
XYZ42.158.4928.47-
YUV188.2692.3103.56-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.99%
GREEN value IS 218 (85.55% from 255) = 43.86%
BLUE value IS 125 (49.22% from 255) = 25.15%
R=30.99%
G=43.86%
B=25.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1542181250.2900.430.15101.2955.6967.25
Hex9ADA7D1D02BF653843
Octal232332175350531714570103
Binary10011010110110101111101111010101011111111001011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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