Html Css Color HEX #8AC06C Mantis

📋 copy color: '#8AC06C'

red 138 ◦ green 192 ◦ blue 108

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

Shades of Mantis #8AC06C

Tints of Mantis #8AC06C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.66%

R = 31.51%
G = 43.84%
B = 24.66%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#8AC06C (or 0x8AC06C) is known color: Mantis. HEX triplet: 8A, C0 and 6C. RGB value is (138,192,108). Sum of RGB (Red+Green+Blue) = 138+192+108=438 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.51% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 108 (42.58% from 255 or 24.66% from 438); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC06C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC06C is #753F93. Grayscale: #A6A6A6. Windows color (decimal): -7683988 or 7127178. OLE color: 7127178.

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

Color convert

RGB 138 192 108 -
CMYK 0.28 0 0.44 0.25
HSL 98.57º 0.4% 0.59% -
HSV(B) 98.57º 0.44% 0.75% -
XYZ 32.04 44.19 21.03 -
YUV 166.28 95.11 107.83 -
System Red Green Blue C M Y K H S L
Decimal 138 192 108 0.28 0 0.44 0.25 98.57 0.4 0.59
Hex 8A C0 6C 1C 0 2C 19 63 28 3B
Octal 212 300 154 34 0 54 31 143 50 73
Binary 10001010 11000000 1101100 11100 0 101100 11001 1100011 101000 111011

Color Harmonies of #8AC06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC06C

Black with #8AC06C

Text Example


Text Example

White with #8AC06C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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