Html Css Color HEX #8AD76D Mantis

📋 copy color: '#8AD76D'

red 138 ◦ green 215 ◦ blue 109

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

Shades of Mantis #8AD76D

Tints of Mantis #8AD76D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.54%

 BLUE value IS 109 (42.97% from 255) = 23.59%

R = 29.87%
G = 46.54%
B = 23.59%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#8AD76D (or 0x8AD76D) is known color: Mantis. HEX triplet: 8A, D7 and 6D. RGB value is (138,215,109). Sum of RGB (Red+Green+Blue) = 138+215+109=462 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.87% from 462); Green value is 215 (84.38% from 255 or 46.54% from 462); Blue value is 109 (42.97% from 255 or 23.59% from 462); Max value from RGB is 215 - color contains mainly: green. Hex color #8AD76D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD76D is #752892. Grayscale: #B4B4B4. Windows color (decimal): -7678099 or 7198602. OLE color: 7198602.

HSL color Cylindrical-coordinate representation of color #8AD76D: hue angle of 103.58º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8AD76D is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 138 215 109 -
CMYK 0.36 0 0.49 0.16
HSL 103.58º 0.57% 0.64% -
HSV(B) 103.58º 0.49% 0.84% -
XYZ 37.54 55.11 23.13 -
YUV 179.89 87.99 98.12 -
System Red Green Blue C M Y K H S L
Decimal 138 215 109 0.36 0 0.49 0.16 103.58 0.57 0.64
Hex 8A D7 6D 24 0 31 10 68 39 40
Octal 212 327 155 44 0 61 20 150 71 100
Binary 10001010 11010111 1101101 100100 0 110001 10000 1101000 111001 1000000

Color Harmonies of #8AD76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD76D

Black with #8AD76D

Text Example


Text Example

White with #8AD76D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,215,109); }

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

background-color css

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

 a { background-color: rgb(138,215,109); }

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

border-color css

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

 span { border-color: rgb(138,215,109); }

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