Html Css Color HEX #8AC761 Mantis

📋 copy color: '#8AC761'

red 138 ◦ green 199 ◦ blue 97

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

Shades of Mantis #8AC761

Tints of Mantis #8AC761

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.85%

 BLUE value IS 97 (38.28% from 255) = 22.35%

R = 31.8%
G = 45.85%
B = 22.35%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#8AC761 (or 0x8AC761) is known color: Mantis. HEX triplet: 8A, C7 and 61. RGB value is (138,199,97). Sum of RGB (Red+Green+Blue) = 138+199+97=434 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.80% from 434); Green value is 199 (78.12% from 255 or 45.85% from 434); Blue value is 97 (38.28% from 255 or 22.35% from 434); Max value from RGB is 199 - color contains mainly: green. Hex color #8AC761 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC761 is #75389E. Grayscale: #A9A9A9. Windows color (decimal): -7682207 or 6408074. OLE color: 6408074.

HSL color Cylindrical-coordinate representation of color #8AC761: hue angle of 95.88º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8AC761 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB 138 199 97 -
CMYK 0.31 0 0.51 0.22
HSL 95.88º 0.48% 0.58% -
HSV(B) 95.88º 0.51% 0.78% -
XYZ 33.06 47.11 18.66 -
YUV 169.13 87.29 105.79 -
System Red Green Blue C M Y K H S L
Decimal 138 199 97 0.31 0 0.51 0.22 95.88 0.48 0.58
Hex 8A C7 61 1F 0 33 16 60 30 3A
Octal 212 307 141 37 0 63 26 140 60 72
Binary 10001010 11000111 1100001 11111 0 110011 10110 1100000 110000 111010

Color Harmonies of #8AC761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC761

Black with #8AC761

Text Example


Text Example

White with #8AC761

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,199,97); }

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

background-color css

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

 a { background-color: rgb(138,199,97); }

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

border-color css

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

 span { border-color: rgb(138,199,97); }

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