Html Css Color HEX #8AD864 Mantis

📋 copy color: '#8AD864'

red 138 ◦ green 216 ◦ blue 100

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

Shades of Mantis #8AD864

Tints of Mantis #8AD864

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.58%

 BLUE value IS 100 (39.45% from 255) = 22.03%

R = 30.4%
G = 47.58%
B = 22.03%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#8AD864 (or 0x8AD864) is known color: Mantis. HEX triplet: 8A, D8 and 64. RGB value is (138,216,100). Sum of RGB (Red+Green+Blue) = 138+216+100=454 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.40% from 454); Green value is 216 (84.77% from 255 or 47.58% from 454); Blue value is 100 (39.45% from 255 or 22.03% from 454); Max value from RGB is 216 - color contains mainly: green. Hex color #8AD864 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD864 is #75279B. Grayscale: #B3B3B3. Windows color (decimal): -7677852 or 6609034. OLE color: 6609034.

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

Color convert

RGB 138 216 100 -
CMYK 0.36 0 0.54 0.15
HSL 100.34º 0.6% 0.62% -
HSV(B) 100.34º 0.54% 0.85% -
XYZ 37.34 55.44 20.79 -
YUV 179.45 83.16 98.43 -
System Red Green Blue C M Y K H S L
Decimal 138 216 100 0.36 0 0.54 0.15 100.34 0.6 0.62
Hex 8A D8 64 24 0 36 F 64 3C 3E
Octal 212 330 144 44 0 66 17 144 74 76
Binary 10001010 11011000 1100100 100100 0 110110 1111 1100100 111100 111110

Color Harmonies of #8AD864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD864

Black with #8AD864

Text Example


Text Example

White with #8AD864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,216,100); }

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

background-color css

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

 a { background-color: rgb(138,216,100); }

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

border-color css

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

 span { border-color: rgb(138,216,100); }

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