#8ACA6C

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

Shades of Mantis #8ACA6C

Tints of Mantis #8ACA6C

Color information

#8ACA6C (or 0x8ACA6C) is unknown color: approx Mantis. HEX triplet: 8A, CA and 6C. RGB value is (138,202,108). Sum of RGB (Red+Green+Blue) = 138+202+108=448 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.80% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 202 - color contains mainly: green. Hex color #8ACA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACA6C is #753593. Grayscale: #ACACAC. Windows color (decimal): -7681428 or 7129738. OLE color: 7129738.

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

Color convert

RGB138202108-
CMYK0.3200.470.21
HSL100.85º47%60.78%-
HSV(B)100.85º46.53%79.22%-
XYZ34.3148.7321.78-
YUV172.1591.8103.64-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.80%
GREEN value IS 202 (79.30% from 255) = 45.09%
BLUE value IS 108 (42.58% from 255) = 24.11%
R=30.80%
G=45.09%
B=24.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1382021080.3200.470.21100.854760.78
Hex8ACA6C2002F15652f3d
Octal21231215440057251455775
Binary100010101100101011011001000000101111101011100101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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