#8ACD6F

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

Shades of Mantis #8ACD6F

Tints of Mantis #8ACD6F

Color information

#8ACD6F (or 0x8ACD6F) is unknown color: approx Mantis. HEX triplet: 8A, CD and 6F. RGB value is (138,205,111). Sum of RGB (Red+Green+Blue) = 138+205+111=454 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.40% from 454); Green value is 205 (80.47% from 255 or 45.15% from 454); Blue value is 111 (43.75% from 255 or 24.45% from 454); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACD6F is #753290. Grayscale: #AEAEAE. Windows color (decimal): -7680657 or 7327114. OLE color: 7327114.

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

Color convert

RGB138205111-
CMYK0.3300.460.20
HSL102.77º48.45%61.96%-
HSV(B)102.77º45.85%80.39%-
XYZ35.1850.2122.88-
YUV174.2592.3102.14-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.40%
GREEN value IS 205 (80.47% from 255) = 45.15%
BLUE value IS 111 (43.75% from 255) = 24.45%
R=30.40%
G=45.15%
B=24.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1382051110.3300.460.20102.7748.4561.96
Hex8ACD6F2102E1467303e
Octal21231515741056241476076
Binary100010101100110111011111000010101110101001100111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,205,111); }

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

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

 a { background-color: rgb(138,205,111); }

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

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

 span { border-color: rgb(138,205,111); }

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