Html Css Color HEX #8AC06A Mantis

📋 copy color: '#8AC06A'

red 138 ◦ green 192 ◦ blue 106

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

Shades of Mantis #8AC06A

Tints of Mantis #8AC06A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.31%

R = 31.65%
G = 44.04%
B = 24.31%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#8AC06A (or 0x8AC06A) is known color: Mantis. HEX triplet: 8A, C0 and 6A. RGB value is (138,192,106). Sum of RGB (Red+Green+Blue) = 138+192+106=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 106 (41.80% from 255 or 24.31% from 436); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC06A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC06A is #753F95. Grayscale: #A6A6A6. Windows color (decimal): -7683990 or 6996106. OLE color: 6996106.

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

Color convert

RGB 138 192 106 -
CMYK 0.28 0 0.45 0.25
HSL 97.67º 0.41% 0.58% -
HSV(B) 97.67º 0.45% 0.75% -
XYZ 31.93 44.14 20.47 -
YUV 166.05 94.11 107.99 -
System Red Green Blue C M Y K H S L
Decimal 138 192 106 0.28 0 0.45 0.25 97.67 0.41 0.58
Hex 8A C0 6A 1C 0 2D 19 62 29 3A
Octal 212 300 152 34 0 55 31 142 51 72
Binary 10001010 11000000 1101010 11100 0 101101 11001 1100010 101001 111010

Color Harmonies of #8AC06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC06A

Black with #8AC06A

Text Example


Text Example

White with #8AC06A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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