#9AD477

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

Shades of Gossip #9AD477

Tints of Gossip #9AD477

Color information

#9AD477 (or 0x9AD477) is unknown color: approx Gossip. HEX triplet: 9A, D4 and 77. RGB value is (154,212,119). Sum of RGB (Red+Green+Blue) = 154+212+119=485 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.75% from 485); Green value is 212 (83.20% from 255 or 43.71% from 485); Blue value is 119 (46.88% from 255 or 24.54% from 485); Max value from RGB is 212 - color contains mainly: green. Hex color #9AD477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD477 is #652B88. Grayscale: #B8B8B8. Windows color (decimal): -6630281 or 7853210. OLE color: 7853210.

HSL color Cylindrical-coordinate representation of color #9AD477: hue angle of 97.42º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9AD477 is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB154212119-
CMYK0.2700.440.17
HSL97.42º51.96%64.9%-
HSV(B)97.42º43.87%83.14%-
XYZ40.255.2926.01-
YUV184.0691.28106.56-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.75%
GREEN value IS 212 (83.20% from 255) = 43.71%
BLUE value IS 119 (46.88% from 255) = 24.54%
R=31.75%
G=43.71%
B=24.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1542121190.2700.440.1797.4251.9664.9
Hex9AD4771B02C11613441
Octal232324167330542114164101
Binary100110101101010011101111101101011001000111000011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,212,119); }

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

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

 a { background-color: rgb(154,212,119); }

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

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

 span { border-color: rgb(154,212,119); }

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