#8AC05F

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

Shades of Mantis #8AC05F

Tints of Mantis #8AC05F

Color information

#8AC05F (or 0x8AC05F) is unknown color: approx Mantis. HEX triplet: 8A, C0 and 5F. RGB value is (138,192,95). Sum of RGB (Red+Green+Blue) = 138+192+95=425 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.47% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 95 (37.5% from 255 or 22.35% from 425); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC05F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC05F is #753FA0. Grayscale: #A5A5A5. Windows color (decimal): -7684001 or 6275210. OLE color: 6275210.

HSL color Cylindrical-coordinate representation of color #8AC05F: hue angle of 93.4º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8AC05F is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB13819295-
CMYK0.2800.510.25
HSL93.4º43.5%56.27%-
HSV(B)93.4º50.52%75.29%-
XYZ31.443.9317.65-
YUV164.888.61108.89-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.47%
GREEN value IS 192 (75.39% from 255) = 45.18%
BLUE value IS 95 (37.5% from 255) = 22.35%
R=32.47%
G=45.18%
B=22.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138192950.2800.510.2593.443.556.27
Hex8AC05F1C033195d2b38
Octal21230013734063311355370
Binary10001010110000001011111111000110011110011011101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,192,95); }

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

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

 a { background-color: rgb(138,192,95); }

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

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

 span { border-color: rgb(138,192,95); }

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