#9ACF73

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

Shades of Gossip #9ACF73

Tints of Gossip #9ACF73

Color information

#9ACF73 (or 0x9ACF73) is unknown color: approx Gossip. HEX triplet: 9A, CF and 73. RGB value is (154,207,115). Sum of RGB (Red+Green+Blue) = 154+207+115=476 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.35% from 476); Green value is 207 (81.25% from 255 or 43.49% from 476); Blue value is 115 (45.31% from 255 or 24.16% from 476); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACF73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACF73 is #65308C. Grayscale: #B4B4B4. Windows color (decimal): -6631565 or 7589786. OLE color: 7589786.

HSL color Cylindrical-coordinate representation of color #9ACF73: hue angle of 94.57º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9ACF73 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB154207115-
CMYK0.2600.440.19
HSL94.57º48.94%63.14%-
HSV(B)94.57º44.44%81.18%-
XYZ38.7352.7324.36-
YUV180.6690.94108.98-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.35%
GREEN value IS 207 (81.25% from 255) = 43.49%
BLUE value IS 115 (45.31% from 255) = 24.16%
R=32.35%
G=43.49%
B=24.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1542071150.2600.440.1994.5748.9463.14
Hex9ACF731A02C135f313f
Octal23231716332054231376177
Binary10011010110011111110011110100101100100111011111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,207,115); }

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

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

 a { background-color: rgb(154,207,115); }

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

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

 span { border-color: rgb(154,207,115); }

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