#8AC44E

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

Shades of Mantis #8AC44E

Tints of Mantis #8AC44E

Color information

#8AC44E (or 0x8AC44E) is unknown color: approx Mantis. HEX triplet: 8A, C4 and 4E. RGB value is (138,196,78). Sum of RGB (Red+Green+Blue) = 138+196+78=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 196 (76.95% from 255 or 47.57% from 412); Blue value is 78 (30.86% from 255 or 18.93% from 412); Max value from RGB is 196 - color contains mainly: green. Hex color #8AC44E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC44E is #753BB1. Grayscale: #A5A5A5. Windows color (decimal): -7682994 or 5162122. OLE color: 5162122.

HSL color Cylindrical-coordinate representation of color #8AC44E: hue angle of 89.49º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8AC44E is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB13819678-
CMYK0.3000.600.23
HSL89.49º50%53.73%-
HSV(B)89.49º60.2%76.86%-
XYZ31.645.4314.31-
YUV165.2178.78108.59-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.50%
GREEN value IS 196 (76.95% from 255) = 47.57%
BLUE value IS 78 (30.86% from 255) = 18.93%
R=33.50%
G=47.57%
B=18.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal138196780.3000.600.2389.495053.73
Hex8AC44E1E03C17593236
Octal21230411636074271316266
Binary10001010110001001001110111100111100101111011001110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC44E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,196,78); }

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

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

 a { background-color: rgb(138,196,78); }

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

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

 span { border-color: rgb(138,196,78); }

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