Html Css Color HEX #8ABA5E Mantis

📋 copy color: '#8ABA5E'

red 138 ◦ green 186 ◦ blue 94

#8ABA5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #8ABA5E

Tints of Mantis #8ABA5E

RGB

 RED value IS 138 (54.3% from 255) = 33.01%

 GREEN value IS 186 (73.05% from 255) = 44.5%

 BLUE value IS 94 (37.11% from 255) = 22.49%

R = 33.01%
G = 44.5%
B = 22.49%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#8ABA5E (or 0x8ABA5E) is known color: Mantis. HEX triplet: 8A, BA and 5E. RGB value is (138,186,94). Sum of RGB (Red+Green+Blue) = 138+186+94=418 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.01% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABA5E is #7545A1. Grayscale: #A1A1A1. Windows color (decimal): -7685538 or 6208138. OLE color: 6208138.

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

Color convert

RGB 138 186 94 -
CMYK 0.26 0 0.49 0.27
HSL 91.3º 0.4% 0.55% -
HSV(B) 91.3º 0.49% 0.73% -
XYZ 30.06 41.33 16.98 -
YUV 161.16 90.1 111.48 -
System Red Green Blue C M Y K H S L
Decimal 138 186 94 0.26 0 0.49 0.27 91.3 0.4 0.55
Hex 8A BA 5E 1A 0 31 1B 5B 28 37
Octal 212 272 136 32 0 61 33 133 50 67
Binary 10001010 10111010 1011110 11010 0 110001 11011 1011011 101000 110111

Color Harmonies of #8ABA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABA5E

Black with #8ABA5E

Text Example


Text Example

White with #8ABA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8ABA5E;
 }
 .AnyTagClassName
 {
   color: #8ABA5E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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