#8CCA62

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

Shades of Mantis #8CCA62

Tints of Mantis #8CCA62

Color information

#8CCA62 (or 0x8CCA62) is unknown color: approx Mantis. HEX triplet: 8C, CA and 62. RGB value is (140,202,98). Sum of RGB (Red+Green+Blue) = 140+202+98=440 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.82% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 98 (38.67% from 255 or 22.27% from 440); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCA62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCA62 is #73359D. Grayscale: #ABABAB. Windows color (decimal): -7550366 or 6474380. OLE color: 6474380.

HSL color Cylindrical-coordinate representation of color #8CCA62: hue angle of 95.77º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8CCA62 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB14020298-
CMYK0.3100.510.21
HSL95.77º49.52%58.82%-
HSV(B)95.77º51.49%79.22%-
XYZ34.1448.719.16-
YUV171.6186.46105.46-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.82%
GREEN value IS 202 (79.30% from 255) = 45.91%
BLUE value IS 98 (38.67% from 255) = 22.27%
R=31.82%
G=45.91%
B=22.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal140202980.3100.510.2195.7749.5258.82
Hex8CCA621F0331560323b
Octal21431214237063251406273
Binary10001100110010101100010111110110011101011100000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,202,98); }

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

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

 a { background-color: rgb(140,202,98); }

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

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

 span { border-color: rgb(140,202,98); }

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