#8AC867

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

Shades of Mantis #8AC867

Tints of Mantis #8AC867

Color information

#8AC867 (or 0x8AC867) is unknown color: approx Mantis. HEX triplet: 8A, C8 and 67. RGB value is (138,200,103). Sum of RGB (Red+Green+Blue) = 138+200+103=441 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.29% from 441); Green value is 200 (78.52% from 255 or 45.35% from 441); Blue value is 103 (40.62% from 255 or 23.36% from 441); Max value from RGB is 200 - color contains mainly: green. Hex color #8AC867 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC867 is #753798. Grayscale: #AAAAAA. Windows color (decimal): -7681945 or 6801546. OLE color: 6801546.

HSL color Cylindrical-coordinate representation of color #8AC867: hue angle of 98.35º degrees, saturation: 0.47, 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 #8AC867 is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB138200103-
CMYK0.3100.480.22
HSL98.35º46.86%59.41%-
HSV(B)98.35º48.5%78.43%-
XYZ33.5847.6920.27-
YUV170.489.96104.89-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.29%
GREEN value IS 200 (78.52% from 255) = 45.35%
BLUE value IS 103 (40.62% from 255) = 23.36%
R=31.29%
G=45.35%
B=23.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1382001030.3100.480.2298.3546.8659.41
Hex8AC8671F03016622f3b
Octal21231014737060261425773
Binary10001010110010001100111111110110000101101100010101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,200,103); }

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

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

 a { background-color: rgb(138,200,103); }

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

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

 span { border-color: rgb(138,200,103); }

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