#8DD06A

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

Shades of Mantis #8DD06A

Tints of Mantis #8DD06A

Color information

#8DD06A (or 0x8DD06A) is unknown color: approx Mantis. HEX triplet: 8D, D0 and 6A. RGB value is (141,208,106). Sum of RGB (Red+Green+Blue) = 141+208+106=455 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.99% from 455); Green value is 208 (81.64% from 255 or 45.71% from 455); Blue value is 106 (41.80% from 255 or 23.30% from 455); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD06A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD06A is #722F95. Grayscale: #B0B0B0. Windows color (decimal): -7483286 or 7000205. OLE color: 7000205.

HSL color Cylindrical-coordinate representation of color #8DD06A: hue angle of 99.41º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8DD06A is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB141208106-
CMYK0.3200.490.18
HSL99.41º52.04%61.57%-
HSV(B)99.41º49.04%81.57%-
XYZ36.1451.8221.73-
YUV176.3488.3102.79-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.99%
GREEN value IS 208 (81.64% from 255) = 45.71%
BLUE value IS 106 (41.80% from 255) = 23.30%
R=30.99%
G=45.71%
B=23.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1412081060.3200.490.1899.4152.0461.57
Hex8DD06A200311263343e
Octal21532015240061221436476
Binary100011011101000011010101000000110001100101100011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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