#8AB969

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

Shades of Mantis #8AB969

Tints of Mantis #8AB969

Color information

#8AB969 (or 0x8AB969) is unknown color: approx Mantis. HEX triplet: 8A, B9 and 69. RGB value is (138,185,105). Sum of RGB (Red+Green+Blue) = 138+185+105=428 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.24% from 428); Green value is 185 (72.66% from 255 or 43.22% from 428); Blue value is 105 (41.41% from 255 or 24.53% from 428); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB969 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB969 is #754696. Grayscale: #A2A2A2. Windows color (decimal): -7685783 or 6928778. OLE color: 6928778.

HSL color Cylindrical-coordinate representation of color #8AB969: hue angle of 95.25º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AB969 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB138185105-
CMYK0.2500.430.27
HSL95.25º36.36%56.86%-
HSV(B)95.25º43.24%72.55%-
XYZ30.3841.1219.7-
YUV161.8395.93111-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.24%
GREEN value IS 185 (72.66% from 255) = 43.22%
BLUE value IS 105 (41.41% from 255) = 24.53%
R=32.24%
G=43.22%
B=24.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1381851050.2500.430.2795.2536.3656.86
Hex8AB9691902B1B5f2439
Octal21227115131053331374471
Binary10001010101110011101001110010101011110111011111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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