Html Css Color HEX #8AC077 Mantis

📋 copy color: '#8AC077'

red 138 ◦ green 192 ◦ blue 119

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

Shades of Mantis #8AC077

Tints of Mantis #8AC077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.5%

R = 30.73%
G = 42.76%
B = 26.5%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#8AC077 (or 0x8AC077) is known color: Mantis. HEX triplet: 8A, C0 and 77. RGB value is (138,192,119). Sum of RGB (Red+Green+Blue) = 138+192+119=449 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.73% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 119 (46.88% from 255 or 26.50% from 449); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC077 is #753F88. Grayscale: #A7A7A7. Windows color (decimal): -7683977 or 7848074. OLE color: 7848074.

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

Color convert

RGB 138 192 119 -
CMYK 0.28 0 0.38 0.25
HSL 104.38º 0.37% 0.61% -
HSV(B) 104.38º 0.38% 0.75% -
XYZ 32.66 44.43 24.31 -
YUV 167.53 100.61 106.94 -
System Red Green Blue C M Y K H S L
Decimal 138 192 119 0.28 0 0.38 0.25 104.38 0.37 0.61
Hex 8A C0 77 1C 0 26 19 68 25 3D
Octal 212 300 167 34 0 46 31 150 45 75
Binary 10001010 11000000 1110111 11100 0 100110 11001 1101000 100101 111101

Color Harmonies of #8AC077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC077

Black with #8AC077

Text Example


Text Example

White with #8AC077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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