#8ACD62

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

Shades of Mantis #8ACD62

Tints of Mantis #8ACD62

Color information

#8ACD62 (or 0x8ACD62) is unknown color: approx Mantis. HEX triplet: 8A, CD and 62. RGB value is (138,205,98). Sum of RGB (Red+Green+Blue) = 138+205+98=441 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.29% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 98 (38.67% from 255 or 22.22% from 441); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACD62 is #75329D. Grayscale: #ADADAD. Windows color (decimal): -7680670 or 6475146. OLE color: 6475146.

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

Color convert

RGB13820598-
CMYK0.3300.520.20
HSL97.57º51.69%59.41%-
HSV(B)97.57º52.2%80.39%-
XYZ34.5249.9519.38-
YUV172.7785.8103.2-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.29%
GREEN value IS 205 (80.47% from 255) = 46.49%
BLUE value IS 98 (38.67% from 255) = 22.22%
R=31.29%
G=46.49%
B=22.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal138205980.3300.520.2097.5751.6959.41
Hex8ACD62210341462343b
Octal21231514241064241426473
Binary100010101100110111000101000010110100101001100010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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