#8AC84B

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

Shades of Mantis #8AC84B

Tints of Mantis #8AC84B

Color information

#8AC84B (or 0x8AC84B) is unknown color: approx Mantis. HEX triplet: 8A, C8 and 4B. RGB value is (138,200,75). Sum of RGB (Red+Green+Blue) = 138+200+75=413 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.41% from 413); Green value is 200 (78.52% from 255 or 48.43% from 413); Blue value is 75 (29.69% from 255 or 18.16% from 413); Max value from RGB is 200 - color contains mainly: green. Hex color #8AC84B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC84B is #7537B4. Grayscale: #A7A7A7. Windows color (decimal): -7681973 or 4966538. OLE color: 4966538.

HSL color Cylindrical-coordinate representation of color #8AC84B: hue angle of 89.76º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8AC84B is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB13820075-
CMYK0.3100.620.22
HSL89.76º53.19%53.92%-
HSV(B)89.76º62.5%78.43%-
XYZ32.4147.2214.06-
YUV167.2175.96107.16-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.41%
GREEN value IS 200 (78.52% from 255) = 48.43%
BLUE value IS 75 (29.69% from 255) = 18.16%
R=33.41%
G=48.43%
B=18.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal138200750.3100.620.2289.7653.1953.92
Hex8AC84B1F03E165a3536
Octal21231011337076261326566
Binary10001010110010001001011111110111110101101011010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,200,75); }

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

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

 a { background-color: rgb(138,200,75); }

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

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

 span { border-color: rgb(138,200,75); }

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