Html Css Color HEX #8AD65D Mantis

📋 copy color: '#8AD65D'

red 138 ◦ green 214 ◦ blue 93

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

Shades of Mantis #8AD65D

Tints of Mantis #8AD65D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.9%

R = 31.01%
G = 48.09%
B = 20.9%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#8AD65D (or 0x8AD65D) is known color: Mantis. HEX triplet: 8A, D6 and 5D. RGB value is (138,214,93). Sum of RGB (Red+Green+Blue) = 138+214+93=445 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.01% from 445); Green value is 214 (83.98% from 255 or 48.09% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 214 - color contains mainly: green. Hex color #8AD65D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD65D is #7529A2. Grayscale: #B1B1B1. Windows color (decimal): -7678371 or 6149770. OLE color: 6149770.

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

Color convert

RGB 138 214 93 -
CMYK 0.36 0 0.57 0.16
HSL 97.69º 0.6% 0.6% -
HSV(B) 97.69º 0.57% 0.84% -
XYZ 36.5 54.29 18.91 -
YUV 177.48 80.32 99.84 -
System Red Green Blue C M Y K H S L
Decimal 138 214 93 0.36 0 0.57 0.16 97.69 0.6 0.6
Hex 8A D6 5D 24 0 39 10 62 3C 3C
Octal 212 326 135 44 0 71 20 142 74 74
Binary 10001010 11010110 1011101 100100 0 111001 10000 1100010 111100 111100

Color Harmonies of #8AD65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD65D

Black with #8AD65D

Text Example


Text Example

White with #8AD65D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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