Html Css Color HEX #8AD155 Mantis

📋 copy color: '#8AD155'

red 138 ◦ green 209 ◦ blue 85

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

Shades of Mantis #8AD155

Tints of Mantis #8AD155

RGB

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

 GREEN value IS 209 (82.03% from 255) = 48.38%

 BLUE value IS 85 (33.59% from 255) = 19.68%

R = 31.94%
G = 48.38%
B = 19.68%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#8AD155 (or 0x8AD155) is known color: Mantis. HEX triplet: 8A, D1 and 55. RGB value is (138,209,85). Sum of RGB (Red+Green+Blue) = 138+209+85=432 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.94% from 432); Green value is 209 (82.03% from 255 or 48.38% from 432); Blue value is 85 (33.59% from 255 or 19.68% from 432); Max value from RGB is 209 - color contains mainly: green. Hex color #8AD155 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD155 is #752EAA. Grayscale: #AEAEAE. Windows color (decimal): -7679659 or 5624202. OLE color: 5624202.

HSL color Cylindrical-coordinate representation of color #8AD155: hue angle of 94.35º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8AD155 is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 138 209 85 -
CMYK 0.34 0 0.59 0.18
HSL 94.35º 0.57% 0.58% -
HSV(B) 94.35º 0.59% 0.82% -
XYZ 34.92 51.66 16.73 -
YUV 173.64 77.98 102.58 -
System Red Green Blue C M Y K H S L
Decimal 138 209 85 0.34 0 0.59 0.18 94.35 0.57 0.58
Hex 8A D1 55 22 0 3B 12 5E 39 3A
Octal 212 321 125 42 0 73 22 136 71 72
Binary 10001010 11010001 1010101 100010 0 111011 10010 1011110 111001 111010

Color Harmonies of #8AD155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD155

Black with #8AD155

Text Example


Text Example

White with #8AD155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,209,85); }

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

background-color css

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

 a { background-color: rgb(138,209,85); }

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

border-color css

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

 span { border-color: rgb(138,209,85); }

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