#8DDA6A

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

Shades of Mantis #8DDA6A

Tints of Mantis #8DDA6A

Color information

#8DDA6A (or 0x8DDA6A) is unknown color: approx Mantis. HEX triplet: 8D, DA and 6A. RGB value is (141,218,106). Sum of RGB (Red+Green+Blue) = 141+218+106=465 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.32% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 106 (41.80% from 255 or 22.80% from 465); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDA6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDA6A is #722595. Grayscale: #B6B6B6. Windows color (decimal): -7480726 or 7002765. OLE color: 7002765.

HSL color Cylindrical-coordinate representation of color #8DDA6A: hue angle of 101.25º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8DDA6A is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB141218106-
CMYK0.3500.510.15
HSL101.25º60.22%63.53%-
HSV(B)101.25º51.38%85.49%-
XYZ38.6656.8522.57-
YUV182.2184.9998.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.32%
GREEN value IS 218 (85.55% from 255) = 46.88%
BLUE value IS 106 (41.80% from 255) = 22.80%
R=30.32%
G=46.88%
B=22.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1412181060.3500.510.15101.2560.2263.53
Hex8DDA6A23033F653c40
Octal215332152430631714574100
Binary100011011101101011010101000110110011111111001011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,218,106); }

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

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

 a { background-color: rgb(141,218,106); }

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

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

 span { border-color: rgb(141,218,106); }

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