#8AC260

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

Shades of Mantis #8AC260

Tints of Mantis #8AC260

Color information

#8AC260 (or 0x8AC260) is unknown color: approx Mantis. HEX triplet: 8A, C2 and 60. RGB value is (138,194,96). Sum of RGB (Red+Green+Blue) = 138+194+96=428 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.24% from 428); Green value is 194 (76.17% from 255 or 45.33% from 428); Blue value is 96 (37.89% from 255 or 22.43% from 428); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC260 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC260 is #753D9F. Grayscale: #A6A6A6. Windows color (decimal): -7683488 or 6341258. OLE color: 6341258.

HSL color Cylindrical-coordinate representation of color #8AC260: hue angle of 94.29º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8AC260 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB13819496-
CMYK0.2900.510.24
HSL94.29º44.55%56.86%-
HSV(B)94.29º50.52%76.08%-
XYZ31.8844.8318.04-
YUV166.0888.45107.97-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.24%
GREEN value IS 194 (76.17% from 255) = 45.33%
BLUE value IS 96 (37.89% from 255) = 22.43%
R=32.24%
G=45.33%
B=22.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal138194960.2900.510.2494.2944.5556.86
Hex8AC2601D033185e2d39
Octal21230214035063301365571
Binary10001010110000101100000111010110011110001011110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,194,96); }

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

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

 a { background-color: rgb(138,194,96); }

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

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

 span { border-color: rgb(138,194,96); }

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