Html Css Color HEX #8ABD74 Mantis

📋 copy color: '#8ABD74'

red 138 ◦ green 189 ◦ blue 116

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

Shades of Mantis #8ABD74

Tints of Mantis #8ABD74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.19%

R = 31.15%
G = 42.66%
B = 26.19%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#8ABD74 (or 0x8ABD74) is known color: Mantis. HEX triplet: 8A, BD and 74. RGB value is (138,189,116). Sum of RGB (Red+Green+Blue) = 138+189+116=443 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.15% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 116 (45.70% from 255 or 26.19% from 443); Max value from RGB is 189 - color contains mainly: green. Hex color #8ABD74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABD74 is #75428B. Grayscale: #A5A5A5. Windows color (decimal): -7684748 or 7650698. OLE color: 7650698.

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

Color convert

RGB 138 189 116 -
CMYK 0.27 0 0.39 0.26
HSL 101.92º 0.36% 0.6% -
HSV(B) 101.92º 0.39% 0.74% -
XYZ 31.83 43.06 23.16 -
YUV 165.43 100.1 108.44 -
System Red Green Blue C M Y K H S L
Decimal 138 189 116 0.27 0 0.39 0.26 101.92 0.36 0.6
Hex 8A BD 74 1B 0 27 1A 66 24 3C
Octal 212 275 164 33 0 47 32 146 44 74
Binary 10001010 10111101 1110100 11011 0 100111 11010 1100110 100100 111100

Color Harmonies of #8ABD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABD74

Black with #8ABD74

Text Example


Text Example

White with #8ABD74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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