#8ACA6E

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

Shades of Mantis #8ACA6E

Tints of Mantis #8ACA6E

Color information

#8ACA6E (or 0x8ACA6E) is unknown color: approx Mantis. HEX triplet: 8A, CA and 6E. RGB value is (138,202,110). Sum of RGB (Red+Green+Blue) = 138+202+110=450 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.67% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 110 (43.36% from 255 or 24.44% from 450); Max value from RGB is 202 - color contains mainly: green. Hex color #8ACA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACA6E is #753591. Grayscale: #ACACAC. Windows color (decimal): -7681426 or 7260810. OLE color: 7260810.

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

Color convert

RGB138202110-
CMYK0.3200.460.21
HSL101.74º46.46%61.18%-
HSV(B)101.74º45.54%79.22%-
XYZ34.4248.7722.35-
YUV172.3892.8103.48-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.67%
GREEN value IS 202 (79.30% from 255) = 44.89%
BLUE value IS 110 (43.36% from 255) = 24.44%
R=30.67%
G=44.89%
B=24.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1382021100.3200.460.21101.7446.4661.18
Hex8ACA6E2002E15662e3d
Octal21231215640056251465675
Binary100010101100101011011101000000101110101011100110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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