#8AC674

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

Shades of Mantis #8AC674

Tints of Mantis #8AC674

Color information

#8AC674 (or 0x8AC674) is unknown color: approx Mantis. HEX triplet: 8A, C6 and 74. RGB value is (138,198,116). Sum of RGB (Red+Green+Blue) = 138+198+116=452 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.53% from 452); Green value is 198 (77.73% from 255 or 43.81% from 452); Blue value is 116 (45.70% from 255 or 25.66% from 452); Max value from RGB is 198 - color contains mainly: green. Hex color #8AC674 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC674 is #75398B. Grayscale: #AAAAAA. Windows color (decimal): -7682444 or 7653002. OLE color: 7653002.

HSL color Cylindrical-coordinate representation of color #8AC674: hue angle of 103.9º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AC674 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB138198116-
CMYK0.3000.410.22
HSL103.9º41.84%61.57%-
HSV(B)103.9º41.41%77.65%-
XYZ33.8347.0523.82-
YUV170.7197.12104.67-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.53%
GREEN value IS 198 (77.73% from 255) = 43.81%
BLUE value IS 116 (45.70% from 255) = 25.66%
R=30.53%
G=43.81%
B=25.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1381981160.3000.410.22103.941.8461.57
Hex8AC6741E02916682a3e
Octal21230616436051261505276
Binary10001010110001101110100111100101001101101101000101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,198,116); }

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

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

 a { background-color: rgb(138,198,116); }

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

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

 span { border-color: rgb(138,198,116); }

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