#8ACD73

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

Shades of Gossip #8ACD73

Tints of Gossip #8ACD73

Color information

#8ACD73 (or 0x8ACD73) is unknown color: approx Gossip. HEX triplet: 8A, CD and 73. RGB value is (138,205,115). Sum of RGB (Red+Green+Blue) = 138+205+115=458 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.13% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 115 (45.31% from 255 or 25.11% from 458); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACD73 is #75328C. Grayscale: #AFAFAF. Windows color (decimal): -7680653 or 7589258. OLE color: 7589258.

HSL color Cylindrical-coordinate representation of color #8ACD73: hue angle of 104.67º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8ACD73 is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB138205115-
CMYK0.3300.440.20
HSL104.67º47.37%62.75%-
HSV(B)104.67º43.9%80.39%-
XYZ35.4150.324.06-
YUV174.7194.3101.82-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.13%
GREEN value IS 205 (80.47% from 255) = 44.76%
BLUE value IS 115 (45.31% from 255) = 25.11%
R=30.13%
G=44.76%
B=25.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1382051150.3300.440.20104.6747.3762.75
Hex8ACD732102C14692f3f
Octal21231516341054241515777
Binary100010101100110111100111000010101100101001101001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ACD73; }

 p { color: rgb(138,205,115); }

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

<style>
 a { background-color: #8ACD73; }

 a { background-color: rgb(138,205,115); }

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

<style>
 span { border-color: #8ACD73; }

 span { border-color: rgb(138,205,115); }

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