#8AC766

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

Shades of Mantis #8AC766

Tints of Mantis #8AC766

Color information

#8AC766 (or 0x8AC766) is unknown color: approx Mantis. HEX triplet: 8A, C7 and 66. RGB value is (138,199,102). Sum of RGB (Red+Green+Blue) = 138+199+102=439 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.44% from 439); Green value is 199 (78.12% from 255 or 45.33% from 439); Blue value is 102 (40.23% from 255 or 23.23% from 439); Max value from RGB is 199 - color contains mainly: green. Hex color #8AC766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC766 is #753899. Grayscale: #AAAAAA. Windows color (decimal): -7682202 or 6735754. OLE color: 6735754.

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

Color convert

RGB138199102-
CMYK0.3100.490.22
HSL97.73º46.41%59.02%-
HSV(B)97.73º48.74%78.04%-
XYZ33.347.2119.93-
YUV169.789.79105.39-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.44%
GREEN value IS 199 (78.12% from 255) = 45.33%
BLUE value IS 102 (40.23% from 255) = 23.23%
R=31.44%
G=45.33%
B=23.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1381991020.3100.490.2297.7346.4159.02
Hex8AC7661F03116622e3b
Octal21230714637061261425673
Binary10001010110001111100110111110110001101101100010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,199,102); }

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

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

 a { background-color: rgb(138,199,102); }

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

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

 span { border-color: rgb(138,199,102); }

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