#8ABC54

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

Shades of Mantis #8ABC54

Tints of Mantis #8ABC54

Color information

#8ABC54 (or 0x8ABC54) is unknown color: approx Mantis. HEX triplet: 8A, BC and 54. RGB value is (138,188,84). Sum of RGB (Red+Green+Blue) = 138+188+84=410 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.66% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 84 (33.20% from 255 or 20.49% from 410); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABC54 is #7543AB. Grayscale: #A1A1A1. Windows color (decimal): -7685036 or 5553290. OLE color: 5553290.

HSL color Cylindrical-coordinate representation of color #8ABC54: hue angle of 88.85º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8ABC54 is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB13818884-
CMYK0.2700.550.26
HSL88.85º43.7%53.33%-
HSV(B)88.85º55.32%73.73%-
XYZ30.0642.0114.91-
YUV161.1984.44111.46-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.66%
GREEN value IS 188 (73.83% from 255) = 45.85%
BLUE value IS 84 (33.20% from 255) = 20.49%
R=33.66%
G=45.85%
B=20.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal138188840.2700.550.2688.8543.753.33
Hex8ABC541B0371A592c35
Octal21227412433067321315465
Binary10001010101111001010100110110110111110101011001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABC54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,188,84); }

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

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

 a { background-color: rgb(138,188,84); }

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

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

 span { border-color: rgb(138,188,84); }

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