#8AC355

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

Shades of Mantis #8AC355

Tints of Mantis #8AC355

Color information

#8AC355 (or 0x8AC355) is unknown color: approx Mantis. HEX triplet: 8A, C3 and 55. RGB value is (138,195,85). Sum of RGB (Red+Green+Blue) = 138+195+85=418 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.01% from 418); Green value is 195 (76.56% from 255 or 46.65% from 418); Blue value is 85 (33.59% from 255 or 20.33% from 418); Max value from RGB is 195 - color contains mainly: green. Hex color #8AC355 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC355 is #753CAA. Grayscale: #A5A5A5. Windows color (decimal): -7683243 or 5620618. OLE color: 5620618.

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

Color convert

RGB13819585-
CMYK0.2900.560.24
HSL91.09º47.83%54.9%-
HSV(B)91.09º56.41%76.47%-
XYZ31.6445.0915.63-
YUV165.4282.62108.44-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.01%
GREEN value IS 195 (76.56% from 255) = 46.65%
BLUE value IS 85 (33.59% from 255) = 20.33%
R=33.01%
G=46.65%
B=20.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal138195850.2900.560.2491.0947.8354.9
Hex8AC3551D038185b3037
Octal21230312535070301336067
Binary10001010110000111010101111010111000110001011011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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