Html Css Color HEX #8AC16F Mantis

📋 copy color: '#8AC16F'

red 138 ◦ green 193 ◦ blue 111

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

Shades of Mantis #8AC16F

Tints of Mantis #8AC16F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.67%

 BLUE value IS 111 (43.75% from 255) = 25.11%

R = 31.22%
G = 43.67%
B = 25.11%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#8AC16F (or 0x8AC16F) is known color: Mantis. HEX triplet: 8A, C1 and 6F. RGB value is (138,193,111). Sum of RGB (Red+Green+Blue) = 138+193+111=442 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.22% from 442); Green value is 193 (75.78% from 255 or 43.67% from 442); Blue value is 111 (43.75% from 255 or 25.11% from 442); Max value from RGB is 193 - color contains mainly: green. Hex color #8AC16F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC16F is #753E90. Grayscale: #A7A7A7. Windows color (decimal): -7683729 or 7324042. OLE color: 7324042.

HSL color Cylindrical-coordinate representation of color #8AC16F: hue angle of 100.24º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AC16F is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 138 193 111 -
CMYK 0.28 0 0.42 0.24
HSL 100.24º 0.4% 0.6% -
HSV(B) 100.24º 0.42% 0.76% -
XYZ 32.42 44.69 21.96 -
YUV 167.21 96.28 107.17 -
System Red Green Blue C M Y K H S L
Decimal 138 193 111 0.28 0 0.42 0.24 100.24 0.4 0.6
Hex 8A C1 6F 1C 0 2A 18 64 28 3C
Octal 212 301 157 34 0 52 30 144 50 74
Binary 10001010 11000001 1101111 11100 0 101010 11000 1100100 101000 111100

Color Harmonies of #8AC16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC16F

Black with #8AC16F

Text Example


Text Example

White with #8AC16F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,193,111); }

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

background-color css

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

 a { background-color: rgb(138,193,111); }

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

border-color css

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

 span { border-color: rgb(138,193,111); }

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