#9ADE76

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

Shades of Gossip #9ADE76

Tints of Gossip #9ADE76

Color information

#9ADE76 (or 0x9ADE76) is unknown color: approx Gossip. HEX triplet: 9A, DE and 76. RGB value is (154,222,118). Sum of RGB (Red+Green+Blue) = 154+222+118=494 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.17% from 494); Green value is 222 (87.11% from 255 or 44.94% from 494); Blue value is 118 (46.48% from 255 or 23.89% from 494); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADE76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADE76 is #652189. Grayscale: #BEBEBE. Windows color (decimal): -6627722 or 7790234. OLE color: 7790234.

HSL color Cylindrical-coordinate representation of color #9ADE76: hue angle of 99.23º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9ADE76 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB154222118-
CMYK0.3100.470.13
HSL99.23º61.18%66.67%-
HSV(B)99.23º46.85%87.06%-
XYZ42.7260.4226.55-
YUV189.8187.47102.46-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.17%
GREEN value IS 222 (87.11% from 255) = 44.94%
BLUE value IS 118 (46.48% from 255) = 23.89%
R=31.17%
G=44.94%
B=23.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1542221180.3100.470.1399.2361.1866.67
Hex9ADE761F02FD633d43
Octal232336166370571514375103
Binary10011010110111101110110111110101111110111000111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,222,118); }

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

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

 a { background-color: rgb(154,222,118); }

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

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

 span { border-color: rgb(154,222,118); }

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