#9ACA78

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

Shades of Gossip #9ACA78

Tints of Gossip #9ACA78

Color information

#9ACA78 (or 0x9ACA78) is unknown color: approx Gossip. HEX triplet: 9A, CA and 78. RGB value is (154,202,120). Sum of RGB (Red+Green+Blue) = 154+202+120=476 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.35% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 120 (47.27% from 255 or 25.21% from 476); Max value from RGB is 202 - color contains mainly: green. Hex color #9ACA78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACA78 is #653587. Grayscale: #B2B2B2. Windows color (decimal): -6632840 or 7916186. OLE color: 7916186.

HSL color Cylindrical-coordinate representation of color #9ACA78: hue angle of 95.12º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9ACA78 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB154202120-
CMYK0.2400.410.21
HSL95.12º43.62%63.14%-
HSV(B)95.12º40.59%79.22%-
XYZ37.8450.4725.52-
YUV178.395.1110.67-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.35%
GREEN value IS 202 (79.30% from 255) = 42.44%
BLUE value IS 120 (47.27% from 255) = 25.21%
R=32.35%
G=42.44%
B=25.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1542021200.2400.410.2195.1243.6263.14
Hex9ACA7818029155f2c3f
Octal23231217030051251375477
Binary10011010110010101111000110000101001101011011111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,202,120); }

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

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

 a { background-color: rgb(154,202,120); }

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

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

 span { border-color: rgb(154,202,120); }

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