Html Css Color HEX #8ABD50 Mantis

📋 copy color: '#8ABD50'

red 138 ◦ green 189 ◦ blue 80

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

Shades of Mantis #8ABD50

Tints of Mantis #8ABD50

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.44%

 BLUE value IS 80 (31.64% from 255) = 19.66%

R = 33.91%
G = 46.44%
B = 19.66%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#8ABD50 (or 0x8ABD50) is known color: Mantis. HEX triplet: 8A, BD and 50. RGB value is (138,189,80). Sum of RGB (Red+Green+Blue) = 138+189+80=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 189 (74.22% from 255 or 46.44% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 189 - color contains mainly: green. Hex color #8ABD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABD50 is #7542AF. Grayscale: #A1A1A1. Windows color (decimal): -7684784 or 5291402. OLE color: 5291402.

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

Color convert

RGB 138 189 80 -
CMYK 0.27 0 0.58 0.26
HSL 88.07º 0.45% 0.53% -
HSV(B) 88.07º 0.58% 0.74% -
XYZ 30.13 42.38 14.18 -
YUV 161.33 82.1 111.36 -
System Red Green Blue C M Y K H S L
Decimal 138 189 80 0.27 0 0.58 0.26 88.07 0.45 0.53
Hex 8A BD 50 1B 0 3A 1A 58 2D 35
Octal 212 275 120 33 0 72 32 130 55 65
Binary 10001010 10111101 1010000 11011 0 111010 11010 1011000 101101 110101

Color Harmonies of #8ABD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABD50

Black with #8ABD50

Text Example


Text Example

White with #8ABD50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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