Html Css Color HEX #8AD66D Mantis

📋 copy color: '#8AD66D'

red 138 ◦ green 214 ◦ blue 109

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

Shades of Mantis #8AD66D

Tints of Mantis #8AD66D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.42%

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

R = 29.93%
G = 46.42%
B = 23.64%

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

#8AD66D (or 0x8AD66D) is known color: Mantis. HEX triplet: 8A, D6 and 6D. RGB value is (138,214,109). Sum of RGB (Red+Green+Blue) = 138+214+109=461 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.93% from 461); Green value is 214 (83.98% from 255 or 46.42% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 214 - color contains mainly: green. Hex color #8AD66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD66D is #752992. Grayscale: #B3B3B3. Windows color (decimal): -7678355 or 7198346. OLE color: 7198346.

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

Color convert

RGB 138 214 109 -
CMYK 0.36 0 0.49 0.16
HSL 103.43º 0.56% 0.63% -
HSV(B) 103.43º 0.49% 0.84% -
XYZ 37.29 54.6 23.04 -
YUV 179.31 88.32 98.54 -
System Red Green Blue C M Y K H S L
Decimal 138 214 109 0.36 0 0.49 0.16 103.43 0.56 0.63
Hex 8A D6 6D 24 0 31 10 67 38 3F
Octal 212 326 155 44 0 61 20 147 70 77
Binary 10001010 11010110 1101101 100100 0 110001 10000 1100111 111000 111111

Color Harmonies of #8AD66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD66D

Black with #8AD66D

Text Example


Text Example

White with #8AD66D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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