#8AC265

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

Shades of Mantis #8AC265

Tints of Mantis #8AC265

Color information

#8AC265 (or 0x8AC265) is unknown color: approx Mantis. HEX triplet: 8A, C2 and 65. RGB value is (138,194,101). Sum of RGB (Red+Green+Blue) = 138+194+101=433 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.87% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC265 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC265 is #753D9A. Grayscale: #A6A6A6. Windows color (decimal): -7683483 or 6668938. OLE color: 6668938.

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

Color convert

RGB138194101-
CMYK0.2900.480.24
HSL96.13º43.26%57.84%-
HSV(B)96.13º47.94%76.08%-
XYZ32.1244.9319.29-
YUV166.6590.95107.56-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.87%
GREEN value IS 194 (76.17% from 255) = 44.80%
BLUE value IS 101 (39.84% from 255) = 23.33%
R=31.87%
G=44.80%
B=23.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1381941010.2900.480.2496.1343.2657.84
Hex8AC2651D03018602b3a
Octal21230214535060301405372
Binary10001010110000101100101111010110000110001100000101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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