Html Css Color HEX #8ABE76 Mantis

📋 copy color: '#8ABE76'

red 138 ◦ green 190 ◦ blue 118

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

Shades of Mantis #8ABE76

Tints of Mantis #8ABE76

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.6%

 BLUE value IS 118 (46.48% from 255) = 26.46%

R = 30.94%
G = 42.6%
B = 26.46%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#8ABE76 (or 0x8ABE76) is known color: Mantis. HEX triplet: 8A, BE and 76. RGB value is (138,190,118). Sum of RGB (Red+Green+Blue) = 138+190+118=446 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.94% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 190 - color contains mainly: green. Hex color #8ABE76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABE76 is #754189. Grayscale: #A6A6A6. Windows color (decimal): -7684490 or 7782026. OLE color: 7782026.

HSL color Cylindrical-coordinate representation of color #8ABE76: hue angle of 103.33º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ABE76 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 138 190 118 -
CMYK 0.27 0 0.38 0.25
HSL 103.33º 0.36% 0.6% -
HSV(B) 103.33º 0.38% 0.75% -
XYZ 32.16 43.54 23.85 -
YUV 166.24 100.77 107.85 -
System Red Green Blue C M Y K H S L
Decimal 138 190 118 0.27 0 0.38 0.25 103.33 0.36 0.6
Hex 8A BE 76 1B 0 26 19 67 24 3C
Octal 212 276 166 33 0 46 31 147 44 74
Binary 10001010 10111110 1110110 11011 0 100110 11001 1100111 100100 111100

Color Harmonies of #8ABE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABE76

Black with #8ABE76

Text Example


Text Example

White with #8ABE76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,190,118); }

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

background-color css

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

 a { background-color: rgb(138,190,118); }

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

border-color css

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

 span { border-color: rgb(138,190,118); }

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