#8AC272

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

Shades of Mantis #8AC272

Tints of Mantis #8AC272

Color information

#8AC272 (or 0x8AC272) is unknown color: approx Mantis. HEX triplet: 8A, C2 and 72. RGB value is (138,194,114). Sum of RGB (Red+Green+Blue) = 138+194+114=446 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.94% from 446); Green value is 194 (76.17% from 255 or 43.50% from 446); Blue value is 114 (44.92% from 255 or 25.56% from 446); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC272 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC272 is #753D8D. Grayscale: #A8A8A8. Windows color (decimal): -7683470 or 7520906. OLE color: 7520906.

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

Color convert

RGB138194114-
CMYK0.2900.410.24
HSL102º39.6%60.39%-
HSV(B)102º41.24%76.08%-
XYZ32.8145.222.92-
YUV168.1497.45106.5-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.94%
GREEN value IS 194 (76.17% from 255) = 43.50%
BLUE value IS 114 (44.92% from 255) = 25.56%
R=30.94%
G=43.50%
B=25.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1381941140.2900.410.2410239.660.39
Hex8AC2721D0291866283c
Octal21230216235051301465074
Binary10001010110000101110010111010101001110001100110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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