#8ACA75

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

Shades of Gossip #8ACA75

Tints of Gossip #8ACA75

Color information

#8ACA75 (or 0x8ACA75) is unknown color: approx Gossip. HEX triplet: 8A, CA and 75. RGB value is (138,202,117). Sum of RGB (Red+Green+Blue) = 138+202+117=457 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.20% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 202 - color contains mainly: green. Hex color #8ACA75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACA75 is #75358A. Grayscale: #ADADAD. Windows color (decimal): -7681419 or 7719562. OLE color: 7719562.

HSL color Cylindrical-coordinate representation of color #8ACA75: hue angle of 105.18º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8ACA75 is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB138202117-
CMYK0.3200.420.21
HSL105.18º44.5%62.55%-
HSV(B)105.18º42.08%79.22%-
XYZ34.8148.9324.44-
YUV173.1796.3102.91-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.20%
GREEN value IS 202 (79.30% from 255) = 44.20%
BLUE value IS 117 (46.09% from 255) = 25.60%
R=30.20%
G=44.20%
B=25.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1382021170.3200.420.21105.1844.562.55
Hex8ACA752002A15692d3f
Octal21231216540052251515577
Binary100010101100101011101011000000101010101011101001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,202,117); }

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

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

 a { background-color: rgb(138,202,117); }

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

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

 span { border-color: rgb(138,202,117); }

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