Html Css Color HEX #8AD94D Mantis

📋 copy color: '#8AD94D'

red 138 ◦ green 217 ◦ blue 77

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

Shades of Mantis #8AD94D

Tints of Mantis #8AD94D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 50.23%

 BLUE value IS 77 (30.47% from 255) = 17.82%

R = 31.94%
G = 50.23%
B = 17.82%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#8AD94D (or 0x8AD94D) is known color: Mantis. HEX triplet: 8A, D9 and 4D. RGB value is (138,217,77). Sum of RGB (Red+Green+Blue) = 138+217+77=432 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.94% from 432); Green value is 217 (85.16% from 255 or 50.23% from 432); Blue value is 77 (30.47% from 255 or 17.82% from 432); Max value from RGB is 217 - color contains mainly: green. Hex color #8AD94D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD94D is #7526B2. Grayscale: #B1B1B1. Windows color (decimal): -7677619 or 5101962. OLE color: 5101962.

HSL color Cylindrical-coordinate representation of color #8AD94D: hue angle of 93.86º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8AD94D is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 138 217 77 -
CMYK 0.36 0 0.65 0.15
HSL 93.86º 0.65% 0.58% -
HSV(B) 93.86º 0.65% 0.85% -
XYZ 36.63 55.56 15.82 -
YUV 177.42 71.33 99.88 -
System Red Green Blue C M Y K H S L
Decimal 138 217 77 0.36 0 0.65 0.15 93.86 0.65 0.58
Hex 8A D9 4D 24 0 41 F 5E 41 3A
Octal 212 331 115 44 0 101 17 136 101 72
Binary 10001010 11011001 1001101 100100 0 1000001 1111 1011110 1000001 111010

Color Harmonies of #8AD94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD94D

Black with #8AD94D

Text Example


Text Example

White with #8AD94D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,217,77); }

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

background-color css

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

 a { background-color: rgb(138,217,77); }

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

border-color css

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

 span { border-color: rgb(138,217,77); }

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