#8ACC72

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

Shades of Mantis #8ACC72

Tints of Mantis #8ACC72

Color information

#8ACC72 (or 0x8ACC72) is unknown color: approx Mantis. HEX triplet: 8A, CC and 72. RGB value is (138,204,114). Sum of RGB (Red+Green+Blue) = 138+204+114=456 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.26% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 114 (44.92% from 255 or 25% from 456); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACC72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACC72 is #75338D. Grayscale: #AEAEAE. Windows color (decimal): -7680910 or 7523466. OLE color: 7523466.

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

Color convert

RGB138204114-
CMYK0.3200.440.2
HSL104º46.88%62.35%-
HSV(B)104º44.12%80%-
XYZ35.1149.823.68-
YUV174.0194.13102.32-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.26%
GREEN value IS 204 (80.08% from 255) = 44.74%
BLUE value IS 114 (44.92% from 255) = 25%
R=30.26%
G=44.74%
B=25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1382041140.3200.440.210446.8862.35
Hex8ACC722002C14682f3e
Octal21231416240054241505776
Binary100010101100110011100101000000101100101001101000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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