#9AC37F

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

Shades of Gossip #9AC37F

Tints of Gossip #9AC37F

Color information

#9AC37F (or 0x9AC37F) is unknown color: approx Gossip. HEX triplet: 9A, C3 and 7F. RGB value is (154,195,127). Sum of RGB (Red+Green+Blue) = 154+195+127=476 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.35% from 476); Green value is 195 (76.56% from 255 or 40.97% from 476); Blue value is 127 (50% from 255 or 26.68% from 476); Max value from RGB is 195 - color contains mainly: green. Hex color #9AC37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC37F is #653C80. Grayscale: #AFAFAF. Windows color (decimal): -6634625 or 8373146. OLE color: 8373146.

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

Color convert

RGB154195127-
CMYK0.2100.350.24
HSL96.18º36.17%63.14%-
HSV(B)96.18º34.87%76.47%-
XYZ36.6747.4327.3-
YUV174.99100.92113.03-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.35%
GREEN value IS 195 (76.56% from 255) = 40.97%
BLUE value IS 127 (50% from 255) = 26.68%
R=32.35%
G=40.97%
B=26.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1541951270.2100.350.2496.1836.1763.14
Hex9AC37F150231860243f
Octal23230317725043301404477
Binary10011010110000111111111101010100011110001100000100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,195,127); }

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

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

 a { background-color: rgb(154,195,127); }

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

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

 span { border-color: rgb(154,195,127); }

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