#8AC365

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

Shades of Mantis #8AC365

Tints of Mantis #8AC365

Color information

#8AC365 (or 0x8AC365) is unknown color: approx Mantis. HEX triplet: 8A, C3 and 65. RGB value is (138,195,101). Sum of RGB (Red+Green+Blue) = 138+195+101=434 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.80% from 434); Green value is 195 (76.56% from 255 or 44.93% from 434); Blue value is 101 (39.84% from 255 or 23.27% from 434); Max value from RGB is 195 - color contains mainly: green. Hex color #8AC365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC365 is #753C9A. Grayscale: #A7A7A7. Windows color (decimal): -7683227 or 6669194. OLE color: 6669194.

HSL color Cylindrical-coordinate representation of color #8AC365: hue angle of 96.38º degrees, saturation: 0.44, 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 #8AC365 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB138195101-
CMYK0.2900.480.24
HSL96.38º43.93%58.04%-
HSV(B)96.38º48.21%76.47%-
XYZ32.3545.3719.37-
YUV167.2490.62107.14-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.80%
GREEN value IS 195 (76.56% from 255) = 44.93%
BLUE value IS 101 (39.84% from 255) = 23.27%
R=31.80%
G=44.93%
B=23.27%

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
Decimal1381951010.2900.480.2496.3843.9358.04
Hex8AC3651D03018602c3a
Octal21230314535060301405472
Binary10001010110000111100101111010110000110001100000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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