Html Css Color HEX #8ABA5D Mantis

📋 copy color: '#8ABA5D'

red 138 ◦ green 186 ◦ blue 93

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

Shades of Mantis #8ABA5D

Tints of Mantis #8ABA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.3%

R = 33.09%
G = 44.6%
B = 22.3%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#8ABA5D (or 0x8ABA5D) is known color: Mantis. HEX triplet: 8A, BA and 5D. RGB value is (138,186,93). Sum of RGB (Red+Green+Blue) = 138+186+93=417 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.09% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABA5D is #7545A2. Grayscale: #A1A1A1. Windows color (decimal): -7685539 or 6142602. OLE color: 6142602.

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

Color convert

RGB 138 186 93 -
CMYK 0.26 0 0.5 0.27
HSL 90.97º 0.4% 0.55% -
HSV(B) 90.97º 0.5% 0.73% -
XYZ 30.02 41.31 16.75 -
YUV 161.05 89.6 111.56 -
System Red Green Blue C M Y K H S L
Decimal 138 186 93 0.26 0 0.5 0.27 90.97 0.4 0.55
Hex 8A BA 5D 1A 0 32 1B 5B 28 37
Octal 212 272 135 32 0 62 33 133 50 67
Binary 10001010 10111010 1011101 11010 0 110010 11011 1011011 101000 110111

Color Harmonies of #8ABA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABA5D

Black with #8ABA5D

Text Example


Text Example

White with #8ABA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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