Html Css Color HEX #8AD361 Mantis

📋 copy color: '#8AD361'

red 138 ◦ green 211 ◦ blue 97

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

Shades of Mantis #8AD361

Tints of Mantis #8AD361

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.31%

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

R = 30.94%
G = 47.31%
B = 21.75%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#8AD361 (or 0x8AD361) is known color: Mantis. HEX triplet: 8A, D3 and 61. RGB value is (138,211,97). Sum of RGB (Red+Green+Blue) = 138+211+97=446 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.94% from 446); Green value is 211 (82.81% from 255 or 47.31% from 446); Blue value is 97 (38.28% from 255 or 21.75% from 446); Max value from RGB is 211 - color contains mainly: green. Hex color #8AD361 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD361 is #752C9E. Grayscale: #B0B0B0. Windows color (decimal): -7679135 or 6411146. OLE color: 6411146.

HSL color Cylindrical-coordinate representation of color #8AD361: hue angle of 98.42º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8AD361 is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB 138 211 97 -
CMYK 0.35 0 0.54 0.17
HSL 98.42º 0.56% 0.6% -
HSV(B) 98.42º 0.54% 0.83% -
XYZ 35.93 52.85 19.62 -
YUV 176.18 83.32 100.77 -
System Red Green Blue C M Y K H S L
Decimal 138 211 97 0.35 0 0.54 0.17 98.42 0.56 0.6
Hex 8A D3 61 23 0 36 11 62 38 3C
Octal 212 323 141 43 0 66 21 142 70 74
Binary 10001010 11010011 1100001 100011 0 110110 10001 1100010 111000 111100

Color Harmonies of #8AD361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD361

Black with #8AD361

Text Example


Text Example

White with #8AD361

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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