#8AC26F

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

Shades of Mantis #8AC26F

Tints of Mantis #8AC26F

Color information

#8AC26F (or 0x8AC26F) is unknown color: approx Mantis. HEX triplet: 8A, C2 and 6F. RGB value is (138,194,111). Sum of RGB (Red+Green+Blue) = 138+194+111=443 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.15% from 443); Green value is 194 (76.17% from 255 or 43.79% from 443); Blue value is 111 (43.75% from 255 or 25.06% from 443); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC26F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC26F is #753D90. Grayscale: #A8A8A8. Windows color (decimal): -7683473 or 7324298. OLE color: 7324298.

HSL color Cylindrical-coordinate representation of color #8AC26F: hue angle of 100.48º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AC26F is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB138194111-
CMYK0.2900.430.24
HSL100.48º40.49%59.8%-
HSV(B)100.48º42.78%76.08%-
XYZ32.6445.1322.03-
YUV167.7995.95106.75-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.15%
GREEN value IS 194 (76.17% from 255) = 43.79%
BLUE value IS 111 (43.75% from 255) = 25.06%
R=31.15%
G=43.79%
B=25.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1381941110.2900.430.24100.4840.4959.8
Hex8AC26F1D02B1864283c
Octal21230215735053301445074
Binary10001010110000101101111111010101011110001100100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,194,111); }

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

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

 a { background-color: rgb(138,194,111); }

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

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

 span { border-color: rgb(138,194,111); }

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