Html Css Color HEX #8AC96C Mantis

📋 copy color: '#8AC96C'

red 138 ◦ green 201 ◦ blue 108

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

Shades of Mantis #8AC96C

Tints of Mantis #8AC96C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.97%

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

R = 30.87%
G = 44.97%
B = 24.16%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#8AC96C (or 0x8AC96C) is known color: Mantis. HEX triplet: 8A, C9 and 6C. RGB value is (138,201,108). Sum of RGB (Red+Green+Blue) = 138+201+108=447 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.87% from 447); Green value is 201 (78.91% from 255 or 44.97% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 201 - color contains mainly: green. Hex color #8AC96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC96C is #753693. Grayscale: #ABABAB. Windows color (decimal): -7681684 or 7129482. OLE color: 7129482.

HSL color Cylindrical-coordinate representation of color #8AC96C: hue angle of 100.65º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AC96C is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 138 201 108 -
CMYK 0.31 0 0.46 0.21
HSL 100.65º 0.46% 0.61% -
HSV(B) 100.65º 0.46% 0.79% -
XYZ 34.07 48.26 21.71 -
YUV 171.56 92.13 104.06 -
System Red Green Blue C M Y K H S L
Decimal 138 201 108 0.31 0 0.46 0.21 100.65 0.46 0.61
Hex 8A C9 6C 1F 0 2E 15 65 2E 3D
Octal 212 311 154 37 0 56 25 145 56 75
Binary 10001010 11001001 1101100 11111 0 101110 10101 1100101 101110 111101

Color Harmonies of #8AC96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC96C

Black with #8AC96C

Text Example


Text Example

White with #8AC96C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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