#8AC16C

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

Shades of Mantis #8AC16C

Tints of Mantis #8AC16C

Color information

#8AC16C (or 0x8AC16C) is unknown color: approx Mantis. HEX triplet: 8A, C1 and 6C. RGB value is (138,193,108). Sum of RGB (Red+Green+Blue) = 138+193+108=439 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.44% from 439); Green value is 193 (75.78% from 255 or 43.96% from 439); Blue value is 108 (42.58% from 255 or 24.60% from 439); Max value from RGB is 193 - color contains mainly: green. Hex color #8AC16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC16C is #753E93. Grayscale: #A7A7A7. Windows color (decimal): -7683732 or 7127434. OLE color: 7127434.

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

Color convert

RGB138193108-
CMYK0.2800.440.24
HSL98.82º40.67%59.02%-
HSV(B)98.82º44.04%75.69%-
XYZ32.2644.6321.1-
YUV166.8694.78107.41-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.44%
GREEN value IS 193 (75.78% from 255) = 43.96%
BLUE value IS 108 (42.58% from 255) = 24.60%
R=31.44%
G=43.96%
B=24.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1381931080.2800.440.2498.8240.6759.02
Hex8AC16C1C02C1863293b
Octal21230115434054301435173
Binary10001010110000011101100111000101100110001100011101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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