#8AC269

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

Shades of Mantis #8AC269

Tints of Mantis #8AC269

Color information

#8AC269 (or 0x8AC269) is unknown color: approx Mantis. HEX triplet: 8A, C2 and 69. RGB value is (138,194,105). Sum of RGB (Red+Green+Blue) = 138+194+105=437 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.58% from 437); Green value is 194 (76.17% from 255 or 44.39% from 437); Blue value is 105 (41.41% from 255 or 24.03% from 437); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC269 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC269 is #753D96. Grayscale: #A7A7A7. Windows color (decimal): -7683479 or 6931082. OLE color: 6931082.

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

Color convert

RGB138194105-
CMYK0.2900.460.24
HSL97.75º42.18%58.63%-
HSV(B)97.75º45.88%76.08%-
XYZ32.3245.0120.35-
YUV167.1192.95107.24-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.58%
GREEN value IS 194 (76.17% from 255) = 44.39%
BLUE value IS 105 (41.41% from 255) = 24.03%
R=31.58%
G=44.39%
B=24.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1381941050.2900.460.2497.7542.1858.63
Hex8AC2691D02E18622a3b
Octal21230215135056301425273
Binary10001010110000101101001111010101110110001100010101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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