Html Css Color HEX #8ADE50 Mantis

📋 copy color: '#8ADE50'

red 138 ◦ green 222 ◦ blue 80

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

Shades of Mantis #8ADE50

Tints of Mantis #8ADE50

RGB

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

 GREEN value IS 222 (87.11% from 255) = 50.45%

 BLUE value IS 80 (31.64% from 255) = 18.18%

R = 31.36%
G = 50.45%
B = 18.18%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#8ADE50 (or 0x8ADE50) is known color: Mantis. HEX triplet: 8A, DE and 50. RGB value is (138,222,80). Sum of RGB (Red+Green+Blue) = 138+222+80=440 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.36% from 440); Green value is 222 (87.11% from 255 or 50.45% from 440); Blue value is 80 (31.64% from 255 or 18.18% from 440); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADE50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADE50 is #7521AF. Grayscale: #B5B5B5. Windows color (decimal): -7676336 or 5299850. OLE color: 5299850.

HSL color Cylindrical-coordinate representation of color #8ADE50: hue angle of 95.49º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8ADE50 is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 222 80 -
CMYK 0.38 0 0.64 0.13
HSL 95.49º 0.68% 0.59% -
HSV(B) 95.49º 0.64% 0.87% -
XYZ 38.05 58.23 16.82 -
YUV 180.7 71.17 97.55 -
System Red Green Blue C M Y K H S L
Decimal 138 222 80 0.38 0 0.64 0.13 95.49 0.68 0.59
Hex 8A DE 50 26 0 40 D 5F 44 3B
Octal 212 336 120 46 0 100 15 137 104 73
Binary 10001010 11011110 1010000 100110 0 1000000 1101 1011111 1000100 111011

Color Harmonies of #8ADE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADE50

Black with #8ADE50

Text Example


Text Example

White with #8ADE50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,222,80); }

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

background-color css

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

 a { background-color: rgb(138,222,80); }

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

border-color css

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

 span { border-color: rgb(138,222,80); }

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