#8AC06A

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

Shades of Mantis #8AC06A

Tints of Mantis #8AC06A

Color information

#8AC06A (or 0x8AC06A) is unknown color: approx Mantis. HEX triplet: 8A, C0 and 6A. RGB value is (138,192,106). Sum of RGB (Red+Green+Blue) = 138+192+106=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 106 (41.80% from 255 or 24.31% from 436); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC06A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC06A is #753F95. Grayscale: #A6A6A6. Windows color (decimal): -7683990 or 6996106. OLE color: 6996106.

HSL color Cylindrical-coordinate representation of color #8AC06A: hue angle of 97.67º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AC06A is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB138192106-
CMYK0.2800.450.25
HSL97.67º40.57%58.43%-
HSV(B)97.67º44.79%75.29%-
XYZ31.9344.1420.47-
YUV166.0594.11107.99-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.65%
GREEN value IS 192 (75.39% from 255) = 44.04%
BLUE value IS 106 (41.80% from 255) = 24.31%
R=31.65%
G=44.04%
B=24.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381921060.2800.450.2597.6740.5758.43
Hex8AC06A1C02D1962293a
Octal21230015234055311425172
Binary10001010110000001101010111000101101110011100010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,192,106); }

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

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

 a { background-color: rgb(138,192,106); }

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

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

 span { border-color: rgb(138,192,106); }

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