#8ACA50

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

Shades of Mantis #8ACA50

Tints of Mantis #8ACA50

Color information

#8ACA50 (or 0x8ACA50) is unknown color: approx Mantis. HEX triplet: 8A, CA and 50. RGB value is (138,202,80). Sum of RGB (Red+Green+Blue) = 138+202+80=420 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.86% from 420); Green value is 202 (79.30% from 255 or 48.10% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 202 - color contains mainly: green. Hex color #8ACA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACA50 is #7535AF. Grayscale: #A9A9A9. Windows color (decimal): -7681456 or 5294730. OLE color: 5294730.

HSL color Cylindrical-coordinate representation of color #8ACA50: hue angle of 91.48º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8ACA50 is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB13820280-
CMYK0.3200.600.21
HSL91.48º53.51%55.29%-
HSV(B)91.48º60.4%79.22%-
XYZ33.0548.2215.16-
YUV168.9677.8105.92-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.86%
GREEN value IS 202 (79.30% from 255) = 48.10%
BLUE value IS 80 (31.64% from 255) = 19.05%
R=32.86%
G=48.10%
B=19.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal138202800.3200.600.2191.4853.5155.29
Hex8ACA502003C155b3637
Octal21231212040074251336667
Binary100010101100101010100001000000111100101011011011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,202,80); }

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

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

 a { background-color: rgb(138,202,80); }

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

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

 span { border-color: rgb(138,202,80); }

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