#8CD26D

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

Shades of Mantis #8CD26D

Tints of Mantis #8CD26D

Color information

#8CD26D (or 0x8CD26D) is unknown color: approx Mantis. HEX triplet: 8C, D2 and 6D. RGB value is (140,210,109). Sum of RGB (Red+Green+Blue) = 140+210+109=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 210 (82.42% from 255 or 45.75% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 210 - color contains mainly: green. Hex color #8CD26D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD26D is #732D92. Grayscale: #B1B1B1. Windows color (decimal): -7548307 or 7197324. OLE color: 7197324.

HSL color Cylindrical-coordinate representation of color #8CD26D: hue angle of 101.58º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8CD26D is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB140210109-
CMYK0.3300.480.18
HSL101.58º52.88%62.55%-
HSV(B)101.58º48.1%82.35%-
XYZ36.6252.7722.72-
YUV177.5689.31101.21-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.50%
GREEN value IS 210 (82.42% from 255) = 45.75%
BLUE value IS 109 (42.97% from 255) = 23.75%
R=30.50%
G=45.75%
B=23.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1402101090.3300.480.18101.5852.8862.55
Hex8CD26D210301266353f
Octal21432215541060221466577
Binary100011001101001011011011000010110000100101100110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,210,109); }

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

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

 a { background-color: rgb(140,210,109); }

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

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

 span { border-color: rgb(140,210,109); }

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