#8ABD68

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

Shades of Mantis #8ABD68

Tints of Mantis #8ABD68

Color information

#8ABD68 (or 0x8ABD68) is unknown color: approx Mantis. HEX triplet: 8A, BD and 68. RGB value is (138,189,104). Sum of RGB (Red+Green+Blue) = 138+189+104=431 (57% of max value = 765). Red value is 138 (54.30% from 255 or 32.02% from 431); Green value is 189 (74.22% from 255 or 43.85% from 431); Blue value is 104 (41.02% from 255 or 24.13% from 431); Max value from RGB is 189 - color contains mainly: green. Hex color #8ABD68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABD68 is #754297. Grayscale: #A4A4A4. Windows color (decimal): -7684760 or 6864266. OLE color: 6864266.

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

Color convert

RGB138189104-
CMYK0.2700.450.26
HSL96º39.17%57.45%-
HSV(B)96º44.97%74.12%-
XYZ31.1842.819.71-
YUV164.0694.1109.41-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.02%
GREEN value IS 189 (74.22% from 255) = 43.85%
BLUE value IS 104 (41.02% from 255) = 24.13%
R=32.02%
G=43.85%
B=24.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1381891040.2700.450.269639.1757.45
Hex8ABD681B02D1A602739
Octal21227515033055321404771
Binary10001010101111011101000110110101101110101100000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,189,104); }

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

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

 a { background-color: rgb(138,189,104); }

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

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

 span { border-color: rgb(138,189,104); }

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