#8AC963

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

Shades of Mantis #8AC963

Tints of Mantis #8AC963

Color information

#8AC963 (or 0x8AC963) is unknown color: approx Mantis. HEX triplet: 8A, C9 and 63. RGB value is (138,201,99). Sum of RGB (Red+Green+Blue) = 138+201+99=438 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.51% from 438); Green value is 201 (78.91% from 255 or 45.89% from 438); Blue value is 99 (39.06% from 255 or 22.60% from 438); Max value from RGB is 201 - color contains mainly: green. Hex color #8AC963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC963 is #75369C. Grayscale: #AAAAAA. Windows color (decimal): -7681693 or 6539658. OLE color: 6539658.

HSL color Cylindrical-coordinate representation of color #8AC963: hue angle of 97.06º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8AC963 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB13820199-
CMYK0.3100.510.21
HSL97.06º48.57%58.82%-
HSV(B)97.06º50.75%78.82%-
XYZ33.6248.0819.31-
YUV170.5487.63104.79-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.51%
GREEN value IS 201 (78.91% from 255) = 45.89%
BLUE value IS 99 (39.06% from 255) = 22.60%
R=31.51%
G=45.89%
B=22.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal138201990.3100.510.2197.0648.5758.82
Hex8AC9631F0331561313b
Octal21231114337063251416173
Binary10001010110010011100011111110110011101011100001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,201,99); }

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

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

 a { background-color: rgb(138,201,99); }

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

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

 span { border-color: rgb(138,201,99); }

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