#8CCB6E

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

Shades of Mantis #8CCB6E

Tints of Mantis #8CCB6E

Color information

#8CCB6E (or 0x8CCB6E) is unknown color: approx Mantis. HEX triplet: 8C, CB and 6E. RGB value is (140,203,110). Sum of RGB (Red+Green+Blue) = 140+203+110=453 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.91% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 110 (43.36% from 255 or 24.28% from 453); Max value from RGB is 203 - color contains mainly: green. Hex color #8CCB6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCB6E is #733491. Grayscale: #ADADAD. Windows color (decimal): -7550098 or 7261068. OLE color: 7261068.

HSL color Cylindrical-coordinate representation of color #8CCB6E: hue angle of 100.65º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8CCB6E is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB140203110-
CMYK0.3100.460.20
HSL100.65º47.21%61.37%-
HSV(B)100.65º45.81%79.61%-
XYZ34.9949.4122.45-
YUV173.5692.13104.06-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.91%
GREEN value IS 203 (79.69% from 255) = 44.81%
BLUE value IS 110 (43.36% from 255) = 24.28%
R=30.91%
G=44.81%
B=24.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1402031100.3100.460.20100.6547.2161.37
Hex8CCB6E1F02E14652f3d
Octal21431315637056241455775
Binary10001100110010111101110111110101110101001100101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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