Html Css Color HEX #8ADC4E Mantis

📋 copy color: '#8ADC4E'

red 138 ◦ green 220 ◦ blue 78

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

Shades of Mantis #8ADC4E

Tints of Mantis #8ADC4E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 50.46%

 BLUE value IS 78 (30.86% from 255) = 17.89%

R = 31.65%
G = 50.46%
B = 17.89%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#8ADC4E (or 0x8ADC4E) is known color: Mantis. HEX triplet: 8A, DC and 4E. RGB value is (138,220,78). Sum of RGB (Red+Green+Blue) = 138+220+78=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 220 (86.33% from 255 or 50.46% from 436); Blue value is 78 (30.86% from 255 or 17.89% from 436); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADC4E is #7523B1. Grayscale: #B3B3B3. Windows color (decimal): -7676850 or 5168266. OLE color: 5168266.

HSL color Cylindrical-coordinate representation of color #8ADC4E: hue angle of 94.65º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8ADC4E is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 220 78 -
CMYK 0.37 0 0.65 0.14
HSL 94.65º 0.67% 0.58% -
HSV(B) 94.65º 0.65% 0.86% -
XYZ 37.45 57.14 16.26 -
YUV 179.29 70.83 98.55 -
System Red Green Blue C M Y K H S L
Decimal 138 220 78 0.37 0 0.65 0.14 94.65 0.67 0.58
Hex 8A DC 4E 25 0 41 E 5F 43 3A
Octal 212 334 116 45 0 101 16 137 103 72
Binary 10001010 11011100 1001110 100101 0 1000001 1110 1011111 1000011 111010

Color Harmonies of #8ADC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADC4E

Black with #8ADC4E

Text Example


Text Example

White with #8ADC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,220,78); }

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

background-color css

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

 a { background-color: rgb(138,220,78); }

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

border-color css

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

 span { border-color: rgb(138,220,78); }

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