#8CC16E

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

Shades of Mantis #8CC16E

Tints of Mantis #8CC16E

Color information

#8CC16E (or 0x8CC16E) is unknown color: approx Mantis. HEX triplet: 8C, C1 and 6E. RGB value is (140,193,110). Sum of RGB (Red+Green+Blue) = 140+193+110=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 193 (75.78% from 255 or 43.57% from 443); Blue value is 110 (43.36% from 255 or 24.83% from 443); Max value from RGB is 193 - color contains mainly: green. Hex color #8CC16E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC16E is #733E91. Grayscale: #A7A7A7. Windows color (decimal): -7552658 or 7258508. OLE color: 7258508.

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

Color convert

RGB140193110-
CMYK0.2700.430.24
HSL98.31º40.1%59.41%-
HSV(B)98.31º43.01%75.69%-
XYZ32.744.8421.68-
YUV167.6995.44108.25-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.60%
GREEN value IS 193 (75.78% from 255) = 43.57%
BLUE value IS 110 (43.36% from 255) = 24.83%
R=31.60%
G=43.57%
B=24.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1401931100.2700.430.2498.3140.159.41
Hex8CC16E1B02B1862283b
Octal21430115633053301425073
Binary10001100110000011101110110110101011110001100010101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,193,110); }

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

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

 a { background-color: rgb(140,193,110); }

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

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

 span { border-color: rgb(140,193,110); }

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