#8AC169

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

Shades of Mantis #8AC169

Tints of Mantis #8AC169

Color information

#8AC169 (or 0x8AC169) is unknown color: approx Mantis. HEX triplet: 8A, C1 and 69. RGB value is (138,193,105). Sum of RGB (Red+Green+Blue) = 138+193+105=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 193 (75.78% from 255 or 44.27% from 436); Blue value is 105 (41.41% from 255 or 24.08% from 436); Max value from RGB is 193 - color contains mainly: green. Hex color #8AC169 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC169 is #753E96. Grayscale: #A6A6A6. Windows color (decimal): -7683735 or 6930826. OLE color: 6930826.

HSL color Cylindrical-coordinate representation of color #8AC169: hue angle of 97.5º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AC169 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB138193105-
CMYK0.2800.460.24
HSL97.5º41.51%58.43%-
HSV(B)97.5º45.6%75.69%-
XYZ32.144.5620.27-
YUV166.5293.28107.66-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.65%
GREEN value IS 193 (75.78% from 255) = 44.27%
BLUE value IS 105 (41.41% from 255) = 24.08%
R=31.65%
G=44.27%
B=24.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1381931050.2800.460.2497.541.5158.43
Hex8AC1691C02E18622a3a
Octal21230115134056301425272
Binary10001010110000011101001111000101110110001100010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,193,105); }

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

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

 a { background-color: rgb(138,193,105); }

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

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

 span { border-color: rgb(138,193,105); }

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