#8AC06E

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

Shades of Mantis #8AC06E

Tints of Mantis #8AC06E

Color information

#8AC06E (or 0x8AC06E) is unknown color: approx Mantis. HEX triplet: 8A, C0 and 6E. RGB value is (138,192,110). Sum of RGB (Red+Green+Blue) = 138+192+110=440 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.36% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 110 (43.36% from 255 or 25% from 440); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC06E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC06E is #753F91. Grayscale: #A6A6A6. Windows color (decimal): -7683986 or 7258250. OLE color: 7258250.

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

Color convert

RGB138192110-
CMYK0.2800.430.25
HSL99.51º39.42%59.22%-
HSV(B)99.51º42.71%75.29%-
XYZ32.1544.2321.59-
YUV166.5196.11107.67-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.36%
GREEN value IS 192 (75.39% from 255) = 43.64%
BLUE value IS 110 (43.36% from 255) = 25%
R=31.36%
G=43.64%
B=25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381921100.2800.430.2599.5139.4259.22
Hex8AC06E1C02B1964273b
Octal21230015634053311444773
Binary10001010110000001101110111000101011110011100100100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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