#8ABA69

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

Shades of Mantis #8ABA69

Tints of Mantis #8ABA69

Color information

#8ABA69 (or 0x8ABA69) is unknown color: approx Mantis. HEX triplet: 8A, BA and 69. RGB value is (138,186,105). Sum of RGB (Red+Green+Blue) = 138+186+105=429 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.17% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 105 (41.41% from 255 or 24.48% from 429); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABA69 is #754596. Grayscale: #A2A2A2. Windows color (decimal): -7685527 or 6929034. OLE color: 6929034.

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

Color convert

RGB138186105-
CMYK0.2600.440.27
HSL95.56º36.99%57.06%-
HSV(B)95.56º43.55%72.94%-
XYZ30.5941.5419.77-
YUV162.4195.6110.59-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.17%
GREEN value IS 186 (73.05% from 255) = 43.36%
BLUE value IS 105 (41.41% from 255) = 24.48%
R=32.17%
G=43.36%
B=24.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1381861050.2600.440.2795.5636.9957.06
Hex8ABA691A02C1B602539
Octal21227215132054331404571
Binary10001010101110101101001110100101100110111100000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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