#8FD66A

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

Shades of Mantis #8FD66A

Tints of Mantis #8FD66A

Color information

#8FD66A (or 0x8FD66A) is unknown color: approx Mantis. HEX triplet: 8F, D6 and 6A. RGB value is (143,214,106). Sum of RGB (Red+Green+Blue) = 143+214+106=463 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.89% from 463); Green value is 214 (83.98% from 255 or 46.22% from 463); Blue value is 106 (41.80% from 255 or 22.89% from 463); Max value from RGB is 214 - color contains mainly: green. Hex color #8FD66A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD66A is #702995. Grayscale: #B4B4B4. Windows color (decimal): -7350678 or 7001743. OLE color: 7001743.

HSL color Cylindrical-coordinate representation of color #8FD66A: hue angle of 99.44º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8FD66A is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB143214106-
CMYK0.3300.500.16
HSL99.44º56.84%62.75%-
HSV(B)99.44º50.47%83.92%-
XYZ37.9854.9722.25-
YUV180.4685.98101.28-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.89%
GREEN value IS 214 (83.98% from 255) = 46.22%
BLUE value IS 106 (41.80% from 255) = 22.89%
R=30.89%
G=46.22%
B=22.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1432141060.3300.500.1699.4456.8462.75
Hex8FD66A210321063393f
Octal21732615241062201437177
Binary100011111101011011010101000010110010100001100011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,214,106); }

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

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

 a { background-color: rgb(143,214,106); }

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

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

 span { border-color: rgb(143,214,106); }

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