#9AC18A

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

Shades of Gossip #9AC18A

Tints of Gossip #9AC18A

Color information

#9AC18A (or 0x9AC18A) is unknown color: approx Gossip. HEX triplet: 9A, C1 and 8A. RGB value is (154,193,138). Sum of RGB (Red+Green+Blue) = 154+193+138=485 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.75% from 485); Green value is 193 (75.78% from 255 or 39.79% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 193 - color contains mainly: green. Hex color #9AC18A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC18A is #653E75. Grayscale: #AFAFAF. Windows color (decimal): -6635126 or 9093530. OLE color: 9093530.

HSL color Cylindrical-coordinate representation of color #9AC18A: hue angle of 102.55º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9AC18A is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB154193138-
CMYK0.2000.280.24
HSL102.55º30.73%64.9%-
HSV(B)102.55º28.5%75.69%-
XYZ36.9846.8431.14-
YUV175.07107.08112.97-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.75%
GREEN value IS 193 (75.78% from 255) = 39.79%
BLUE value IS 138 (54.30% from 255) = 28.45%
R=31.75%
G=39.79%
B=28.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1541931380.2000.280.24102.5530.7364.9
Hex9AC18A1401C18671f41
Octal232301212240343014737101
Binary10011010110000011000101010100011100110001100111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,193,138); }

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

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

 a { background-color: rgb(154,193,138); }

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

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

 span { border-color: rgb(154,193,138); }

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