Html Css Color HEX #8ABF74 Mantis

📋 copy color: '#8ABF74'

red 138 ◦ green 191 ◦ blue 116

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

Shades of Mantis #8ABF74

Tints of Mantis #8ABF74

RGB

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

 GREEN value IS 191 (75% from 255) = 42.92%

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

R = 31.01%
G = 42.92%
B = 26.07%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#8ABF74 (or 0x8ABF74) is known color: Mantis. HEX triplet: 8A, BF and 74. RGB value is (138,191,116). Sum of RGB (Red+Green+Blue) = 138+191+116=445 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.01% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 116 (45.70% from 255 or 26.07% from 445); Max value from RGB is 191 - color contains mainly: green. Hex color #8ABF74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABF74 is #75408B. Grayscale: #A6A6A6. Windows color (decimal): -7684236 or 7651210. OLE color: 7651210.

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

Color convert

RGB 138 191 116 -
CMYK 0.28 0 0.39 0.25
HSL 102.4º 0.37% 0.6% -
HSV(B) 102.4º 0.39% 0.75% -
XYZ 32.26 43.93 23.3 -
YUV 166.6 99.44 107.6 -
System Red Green Blue C M Y K H S L
Decimal 138 191 116 0.28 0 0.39 0.25 102.4 0.37 0.6
Hex 8A BF 74 1C 0 27 19 66 25 3C
Octal 212 277 164 34 0 47 31 146 45 74
Binary 10001010 10111111 1110100 11100 0 100111 11001 1100110 100101 111100

Color Harmonies of #8ABF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABF74

Black with #8ABF74

Text Example


Text Example

White with #8ABF74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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