#8ACA58

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

Shades of Mantis #8ACA58

Tints of Mantis #8ACA58

Color information

#8ACA58 (or 0x8ACA58) is unknown color: approx Mantis. HEX triplet: 8A, CA and 58. RGB value is (138,202,88). Sum of RGB (Red+Green+Blue) = 138+202+88=428 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.24% from 428); Green value is 202 (79.30% from 255 or 47.20% from 428); Blue value is 88 (34.77% from 255 or 20.56% from 428); Max value from RGB is 202 - color contains mainly: green. Hex color #8ACA58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACA58 is #7535A7. Grayscale: #AAAAAA. Windows color (decimal): -7681448 or 5819018. OLE color: 5819018.

HSL color Cylindrical-coordinate representation of color #8ACA58: hue angle of 93.68º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8ACA58 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB13820288-
CMYK0.3200.560.21
HSL93.68º51.82%56.86%-
HSV(B)93.68º56.44%79.22%-
XYZ33.3648.3516.81-
YUV169.8781.8105.27-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.24%
GREEN value IS 202 (79.30% from 255) = 47.20%
BLUE value IS 88 (34.77% from 255) = 20.56%
R=32.24%
G=47.20%
B=20.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal138202880.3200.560.2193.6851.8256.86
Hex8ACA5820038155e3439
Octal21231213040070251366471
Binary100010101100101010110001000000111000101011011110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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