#8ACC55

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

Shades of Mantis #8ACC55

Tints of Mantis #8ACC55

Color information

#8ACC55 (or 0x8ACC55) is unknown color: approx Mantis. HEX triplet: 8A, CC and 55. RGB value is (138,204,85). Sum of RGB (Red+Green+Blue) = 138+204+85=427 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.32% from 427); Green value is 204 (80.08% from 255 or 47.78% from 427); Blue value is 85 (33.59% from 255 or 19.91% from 427); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACC55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACC55 is #7533AA. Grayscale: #ABABAB. Windows color (decimal): -7680939 or 5622922. OLE color: 5622922.

HSL color Cylindrical-coordinate representation of color #8ACC55: hue angle of 93.28º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8ACC55 is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB13820485-
CMYK0.3200.580.2
HSL93.28º53.85%56.67%-
HSV(B)93.28º58.33%80%-
XYZ33.7149.2416.32-
YUV170.779.63104.68-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.32%
GREEN value IS 204 (80.08% from 255) = 47.78%
BLUE value IS 85 (33.59% from 255) = 19.91%
R=32.32%
G=47.78%
B=19.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal138204850.3200.580.293.2853.8556.67
Hex8ACC552003A145d3639
Octal21231412540072241356671
Binary100010101100110010101011000000111010101001011101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,204,85); }

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

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

 a { background-color: rgb(138,204,85); }

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

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

 span { border-color: rgb(138,204,85); }

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