#8AC561

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

Shades of Mantis #8AC561

Tints of Mantis #8AC561

Color information

#8AC561 (or 0x8AC561) is unknown color: approx Mantis. HEX triplet: 8A, C5 and 61. RGB value is (138,197,97). Sum of RGB (Red+Green+Blue) = 138+197+97=432 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.94% from 432); Green value is 197 (77.34% from 255 or 45.60% from 432); Blue value is 97 (38.28% from 255 or 22.45% from 432); Max value from RGB is 197 - color contains mainly: green. Hex color #8AC561 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC561 is #753A9E. Grayscale: #A8A8A8. Windows color (decimal): -7682719 or 6407562. OLE color: 6407562.

HSL color Cylindrical-coordinate representation of color #8AC561: hue angle of 95.4º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8AC561 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB13819797-
CMYK0.3000.510.23
HSL95.4º46.3%57.65%-
HSV(B)95.4º50.76%77.25%-
XYZ32.6146.218.51-
YUV167.9687.95106.63-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.94%
GREEN value IS 197 (77.34% from 255) = 45.60%
BLUE value IS 97 (38.28% from 255) = 22.45%
R=31.94%
G=45.60%
B=22.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal138197970.3000.510.2395.446.357.65
Hex8AC5611E033175f2e3a
Octal21230514136063271375672
Binary10001010110001011100001111100110011101111011111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,197,97); }

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

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

 a { background-color: rgb(138,197,97); }

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

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

 span { border-color: rgb(138,197,97); }

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