#9AC47D

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

Shades of Gossip #9AC47D

Tints of Gossip #9AC47D

Color information

#9AC47D (or 0x9AC47D) is unknown color: approx Gossip. HEX triplet: 9A, C4 and 7D. RGB value is (154,196,125). Sum of RGB (Red+Green+Blue) = 154+196+125=475 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.42% from 475); Green value is 196 (76.95% from 255 or 41.26% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 196 - color contains mainly: green. Hex color #9AC47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC47D is #653B82. Grayscale: #AFAFAF. Windows color (decimal): -6634371 or 8242330. OLE color: 8242330.

HSL color Cylindrical-coordinate representation of color #9AC47D: hue angle of 95.49º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AC47D is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB154196125-
CMYK0.2100.360.23
HSL95.49º37.57%62.94%-
HSV(B)95.49º36.22%76.86%-
XYZ36.7747.8326.7-
YUV175.3599.59112.77-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.42%
GREEN value IS 196 (76.95% from 255) = 41.26%
BLUE value IS 125 (49.22% from 255) = 26.32%
R=32.42%
G=41.26%
B=26.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1541961250.2100.360.2395.4937.5762.94
Hex9AC47D15024175f263f
Octal23230417525044271374677
Binary10011010110001001111101101010100100101111011111100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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