#8AC16B

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

Shades of Mantis #8AC16B

Tints of Mantis #8AC16B

Color information

#8AC16B (or 0x8AC16B) is unknown color: approx Mantis. HEX triplet: 8A, C1 and 6B. RGB value is (138,193,107). Sum of RGB (Red+Green+Blue) = 138+193+107=438 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.51% from 438); Green value is 193 (75.78% from 255 or 44.06% from 438); Blue value is 107 (42.19% from 255 or 24.43% from 438); Max value from RGB is 193 - color contains mainly: green. Hex color #8AC16B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC16B is #753E94. Grayscale: #A7A7A7. Windows color (decimal): -7683733 or 7061898. OLE color: 7061898.

HSL color Cylindrical-coordinate representation of color #8AC16B: hue angle of 98.37º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AC16B is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB138193107-
CMYK0.2800.450.24
HSL98.37º40.95%58.82%-
HSV(B)98.37º44.56%75.69%-
XYZ32.2144.620.82-
YUV166.7594.28107.49-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.51%
GREEN value IS 193 (75.78% from 255) = 44.06%
BLUE value IS 107 (42.19% from 255) = 24.43%
R=31.51%
G=44.06%
B=24.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1381931070.2800.450.2498.3740.9558.82
Hex8AC16B1C02D1862293b
Octal21230115334055301425173
Binary10001010110000011101011111000101101110001100010101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,193,107); }

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

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

 a { background-color: rgb(138,193,107); }

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

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

 span { border-color: rgb(138,193,107); }

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