#9ACC79

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

Shades of Gossip #9ACC79

Tints of Gossip #9ACC79

Color information

#9ACC79 (or 0x9ACC79) is unknown color: approx Gossip. HEX triplet: 9A, CC and 79. RGB value is (154,204,121). Sum of RGB (Red+Green+Blue) = 154+204+121=479 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.15% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 121 (47.66% from 255 or 25.26% from 479); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACC79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACC79 is #653386. Grayscale: #B3B3B3. Windows color (decimal): -6632327 or 7982234. OLE color: 7982234.

HSL color Cylindrical-coordinate representation of color #9ACC79: hue angle of 96.14º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9ACC79 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB154204121-
CMYK0.2500.410.2
HSL96.14º44.86%63.73%-
HSV(B)96.14º40.69%80%-
XYZ38.3751.4426-
YUV179.5994.94109.75-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.15%
GREEN value IS 204 (80.08% from 255) = 42.59%
BLUE value IS 121 (47.66% from 255) = 25.26%
R=32.15%
G=42.59%
B=25.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1542041210.2500.410.296.1444.8663.73
Hex9ACC791902914602d40
Octal232314171310512414055100
Binary100110101100110011110011100101010011010011000001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,204,121); }

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

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

 a { background-color: rgb(154,204,121); }

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

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

 span { border-color: rgb(154,204,121); }

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