#8AC669

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

Shades of Mantis #8AC669

Tints of Mantis #8AC669

Color information

#8AC669 (or 0x8AC669) is unknown color: approx Mantis. HEX triplet: 8A, C6 and 69. RGB value is (138,198,105). Sum of RGB (Red+Green+Blue) = 138+198+105=441 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.29% from 441); Green value is 198 (77.73% from 255 or 44.90% from 441); Blue value is 105 (41.41% from 255 or 23.81% from 441); Max value from RGB is 198 - color contains mainly: green. Hex color #8AC669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC669 is #753996. Grayscale: #A9A9A9. Windows color (decimal): -7682455 or 6932106. OLE color: 6932106.

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

Color convert

RGB138198105-
CMYK0.3000.470.22
HSL98.71º44.93%59.41%-
HSV(B)98.71º46.97%77.65%-
XYZ33.2346.8120.65-
YUV169.4691.62105.56-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.29%
GREEN value IS 198 (77.73% from 255) = 44.90%
BLUE value IS 105 (41.41% from 255) = 23.81%
R=31.29%
G=44.90%
B=23.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1381981050.3000.470.2298.7144.9359.41
Hex8AC6691E02F16632d3b
Octal21230615136057261435573
Binary10001010110001101101001111100101111101101100011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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