#8ACD61

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

Shades of Mantis #8ACD61

Tints of Mantis #8ACD61

Color information

#8ACD61 (or 0x8ACD61) is unknown color: approx Mantis. HEX triplet: 8A, CD and 61. RGB value is (138,205,97). Sum of RGB (Red+Green+Blue) = 138+205+97=440 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.36% from 440); Green value is 205 (80.47% from 255 or 46.59% from 440); Blue value is 97 (38.28% from 255 or 22.05% from 440); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACD61 is #75329E. Grayscale: #ADADAD. Windows color (decimal): -7680671 or 6409610. OLE color: 6409610.

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

Color convert

RGB13820597-
CMYK0.3300.530.20
HSL97.22º51.92%59.22%-
HSV(B)97.22º52.68%80.39%-
XYZ34.4749.9319.13-
YUV172.6585.3103.28-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.36%
GREEN value IS 205 (80.47% from 255) = 46.59%
BLUE value IS 97 (38.28% from 255) = 22.05%
R=31.36%
G=46.59%
B=22.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal138205970.3300.530.2097.2251.9259.22
Hex8ACD61210351461343b
Octal21231514141065241416473
Binary100010101100110111000011000010110101101001100001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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