Html Css Color HEX #8AC168 Mantis

📋 copy color: '#8AC168'

red 138 ◦ green 193 ◦ blue 104

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

Shades of Mantis #8AC168

Tints of Mantis #8AC168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.91%

R = 31.72%
G = 44.37%
B = 23.91%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#8AC168 (or 0x8AC168) is known color: Mantis. HEX triplet: 8A, C1 and 68. RGB value is (138,193,104). Sum of RGB (Red+Green+Blue) = 138+193+104=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 104 (41.02% from 255 or 23.91% from 435); Max value from RGB is 193 - color contains mainly: green. Hex color #8AC168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC168 is #753E97. Grayscale: #A6A6A6. Windows color (decimal): -7683736 or 6865290. OLE color: 6865290.

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

Color convert

RGB 138 193 104 -
CMYK 0.28 0 0.46 0.24
HSL 97.08º 0.42% 0.58% -
HSV(B) 97.08º 0.46% 0.76% -
XYZ 32.05 44.54 20.01 -
YUV 166.41 92.78 107.74 -
System Red Green Blue C M Y K H S L
Decimal 138 193 104 0.28 0 0.46 0.24 97.08 0.42 0.58
Hex 8A C1 68 1C 0 2E 18 61 2A 3A
Octal 212 301 150 34 0 56 30 141 52 72
Binary 10001010 11000001 1101000 11100 0 101110 11000 1100001 101010 111010

Color Harmonies of #8AC168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC168

Black with #8AC168

Text Example


Text Example

White with #8AC168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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