Html Css Color HEX #8AD65B Mantis

📋 copy color: '#8AD65B'

red 138 ◦ green 214 ◦ blue 91

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

Shades of Mantis #8AD65B

Tints of Mantis #8AD65B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.54%

R = 31.15%
G = 48.31%
B = 20.54%

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

#8AD65B (or 0x8AD65B) is known color: Mantis. HEX triplet: 8A, D6 and 5B. RGB value is (138,214,91). Sum of RGB (Red+Green+Blue) = 138+214+91=443 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.15% from 443); Green value is 214 (83.98% from 255 or 48.31% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 214 - color contains mainly: green. Hex color #8AD65B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD65B is #7529A4. Grayscale: #B1B1B1. Windows color (decimal): -7678373 or 6018698. OLE color: 6018698.

HSL color Cylindrical-coordinate representation of color #8AD65B: hue angle of 97.07º 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 #8AD65B is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 138 214 91 -
CMYK 0.36 0 0.57 0.16
HSL 97.07º 0.6% 0.6% -
HSV(B) 97.07º 0.57% 0.84% -
XYZ 36.42 54.25 18.45 -
YUV 177.25 79.32 100 -
System Red Green Blue C M Y K H S L
Decimal 138 214 91 0.36 0 0.57 0.16 97.07 0.6 0.6
Hex 8A D6 5B 24 0 39 10 61 3C 3C
Octal 212 326 133 44 0 71 20 141 74 74
Binary 10001010 11010110 1011011 100100 0 111001 10000 1100001 111100 111100

Color Harmonies of #8AD65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD65B

Black with #8AD65B

Text Example


Text Example

White with #8AD65B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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