#8ACA63

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

Shades of Mantis #8ACA63

Tints of Mantis #8ACA63

Color information

#8ACA63 (or 0x8ACA63) is unknown color: approx Mantis. HEX triplet: 8A, CA and 63. RGB value is (138,202,99). Sum of RGB (Red+Green+Blue) = 138+202+99=439 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.44% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 99 (39.06% from 255 or 22.55% from 439); Max value from RGB is 202 - color contains mainly: green. Hex color #8ACA63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACA63 is #75359C. Grayscale: #ABABAB. Windows color (decimal): -7681437 or 6539914. OLE color: 6539914.

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

Color convert

RGB13820299-
CMYK0.3200.510.21
HSL97.28º49.28%59.02%-
HSV(B)97.28º50.99%79.22%-
XYZ33.8548.5519.39-
YUV171.1287.3104.38-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.44%
GREEN value IS 202 (79.30% from 255) = 46.01%
BLUE value IS 99 (39.06% from 255) = 22.55%
R=31.44%
G=46.01%
B=22.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal138202990.3200.510.2197.2849.2859.02
Hex8ACA63200331561313b
Octal21231214340063251416173
Binary100010101100101011000111000000110011101011100001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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