Html Css Color HEX #8ABA70 Mantis

📋 copy color: '#8ABA70'

red 138 ◦ green 186 ◦ blue 112

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

Shades of Mantis #8ABA70

Tints of Mantis #8ABA70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.69%

R = 31.65%
G = 42.66%
B = 25.69%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#8ABA70 (or 0x8ABA70) is known color: Mantis. HEX triplet: 8A, BA and 70. RGB value is (138,186,112). Sum of RGB (Red+Green+Blue) = 138+186+112=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABA70 is #75458F. Grayscale: #A3A3A3. Windows color (decimal): -7685520 or 7387786. OLE color: 7387786.

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

Color convert

RGB 138 186 112 -
CMYK 0.26 0 0.40 0.27
HSL 98.92º 0.35% 0.58% -
HSV(B) 98.92º 0.4% 0.73% -
XYZ 30.96 41.69 21.74 -
YUV 163.21 99.1 110.02 -
System Red Green Blue C M Y K H S L
Decimal 138 186 112 0.26 0 0.40 0.27 98.92 0.35 0.58
Hex 8A BA 70 1A 0 28 1B 63 23 3A
Octal 212 272 160 32 0 50 33 143 43 72
Binary 10001010 10111010 1110000 11010 0 101000 11011 1100011 100011 111010

Color Harmonies of #8ABA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABA70

Black with #8ABA70

Text Example


Text Example

White with #8ABA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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