#8CC158

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

Shades of Mantis #8CC158

Tints of Mantis #8CC158

Color information

#8CC158 (or 0x8CC158) is unknown color: approx Mantis. HEX triplet: 8C, C1 and 58. RGB value is (140,193,88). Sum of RGB (Red+Green+Blue) = 140+193+88=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 193 (75.78% from 255 or 45.84% from 421); Blue value is 88 (34.77% from 255 or 20.90% from 421); Max value from RGB is 193 - color contains mainly: green. Hex color #8CC158 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC158 is #733EA7. Grayscale: #A5A5A5. Windows color (decimal): -7552680 or 5816716. OLE color: 5816716.

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

Color convert

RGB14019388-
CMYK0.2700.540.24
HSL90.29º45.85%55.1%-
HSV(B)90.29º54.4%75.69%-
XYZ31.6544.4216.14-
YUV165.1884.44110.04-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.25%
GREEN value IS 193 (75.78% from 255) = 45.84%
BLUE value IS 88 (34.77% from 255) = 20.90%
R=33.25%
G=45.84%
B=20.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal140193880.2700.540.2490.2945.8555.1
Hex8CC1581B036185a2e37
Octal21430113033066301325667
Binary10001100110000011011000110110110110110001011010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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