#9AD77A

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

Shades of Gossip #9AD77A

Tints of Gossip #9AD77A

Color information

#9AD77A (or 0x9AD77A) is unknown color: approx Gossip. HEX triplet: 9A, D7 and 7A. RGB value is (154,215,122). Sum of RGB (Red+Green+Blue) = 154+215+122=491 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.36% from 491); Green value is 215 (84.38% from 255 or 43.79% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 215 - color contains mainly: green. Hex color #9AD77A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD77A is #652885. Grayscale: #BABABA. Windows color (decimal): -6629510 or 8050586. OLE color: 8050586.

HSL color Cylindrical-coordinate representation of color #9AD77A: hue angle of 99.35º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9AD77A is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB154215122-
CMYK0.2800.430.16
HSL99.35º53.76%66.08%-
HSV(B)99.35º43.26%84.31%-
XYZ41.1456.8827.22-
YUV186.1691.79105.06-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.36%
GREEN value IS 215 (84.38% from 255) = 43.79%
BLUE value IS 122 (48.05% from 255) = 24.85%
R=31.36%
G=43.79%
B=24.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1542151220.2800.430.1699.3553.7666.08
Hex9AD77A1C02B10633642
Octal232327172340532014366102
Binary100110101101011111110101110001010111000011000111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,215,122); }

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

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

 a { background-color: rgb(154,215,122); }

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

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

 span { border-color: rgb(154,215,122); }

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