#8ACE75

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

Shades of Gossip #8ACE75

Tints of Gossip #8ACE75

Color information

#8ACE75 (or 0x8ACE75) is unknown color: approx Gossip. HEX triplet: 8A, CE and 75. RGB value is (138,206,117). Sum of RGB (Red+Green+Blue) = 138+206+117=461 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.93% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACE75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACE75 is #75318A. Grayscale: #AFAFAF. Windows color (decimal): -7680395 or 7720586. OLE color: 7720586.

HSL color Cylindrical-coordinate representation of color #8ACE75: hue angle of 105.84º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8ACE75 is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB138206117-
CMYK0.3300.430.19
HSL105.84º47.59%63.33%-
HSV(B)105.84º43.2%80.78%-
XYZ35.7650.8324.76-
YUV175.5294.97101.24-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.93%
GREEN value IS 206 (80.86% from 255) = 44.69%
BLUE value IS 117 (46.09% from 255) = 25.38%
R=29.93%
G=44.69%
B=25.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1382061170.3300.430.19105.8447.5963.33
Hex8ACE752102B136a303f
Octal21231616541053231526077
Binary100010101100111011101011000010101011100111101010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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