Html Css Color HEX #8AC070 Mantis

📋 copy color: '#8AC070'

red 138 ◦ green 192 ◦ blue 112

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

Shades of Mantis #8AC070

Tints of Mantis #8AC070

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.44%

 BLUE value IS 112 (44.14% from 255) = 25.34%

R = 31.22%
G = 43.44%
B = 25.34%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#8AC070 (or 0x8AC070) is known color: Mantis. HEX triplet: 8A, C0 and 70. RGB value is (138,192,112). Sum of RGB (Red+Green+Blue) = 138+192+112=442 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.22% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC070 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC070 is #753F8F. Grayscale: #A7A7A7. Windows color (decimal): -7683984 or 7389322. OLE color: 7389322.

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

Color convert

RGB 138 192 112 -
CMYK 0.28 0 0.42 0.25
HSL 100.5º 0.39% 0.6% -
HSV(B) 100.5º 0.42% 0.75% -
XYZ 32.26 44.27 22.17 -
YUV 166.73 97.11 107.5 -
System Red Green Blue C M Y K H S L
Decimal 138 192 112 0.28 0 0.42 0.25 100.5 0.39 0.6
Hex 8A C0 70 1C 0 2A 19 64 27 3C
Octal 212 300 160 34 0 52 31 144 47 74
Binary 10001010 11000000 1110000 11100 0 101010 11001 1100100 100111 111100

Color Harmonies of #8AC070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC070

Black with #8AC070

Text Example


Text Example

White with #8AC070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,192,112); }

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

background-color css

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

 a { background-color: rgb(138,192,112); }

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

border-color css

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

 span { border-color: rgb(138,192,112); }

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