Html Css Color HEX #8AD65C Mantis

📋 copy color: '#8AD65C'

red 138 ◦ green 214 ◦ blue 92

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

Shades of Mantis #8AD65C

Tints of Mantis #8AD65C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.72%

R = 31.08%
G = 48.2%
B = 20.72%

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

#8AD65C (or 0x8AD65C) is known color: Mantis. HEX triplet: 8A, D6 and 5C. RGB value is (138,214,92). Sum of RGB (Red+Green+Blue) = 138+214+92=444 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.08% from 444); Green value is 214 (83.98% from 255 or 48.20% from 444); Blue value is 92 (36.33% from 255 or 20.72% from 444); Max value from RGB is 214 - color contains mainly: green. Hex color #8AD65C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD65C is #7529A3. Grayscale: #B1B1B1. Windows color (decimal): -7678372 or 6084234. OLE color: 6084234.

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

Color convert

RGB 138 214 92 -
CMYK 0.36 0 0.57 0.16
HSL 97.38º 0.6% 0.6% -
HSV(B) 97.38º 0.57% 0.84% -
XYZ 36.46 54.27 18.68 -
YUV 177.37 79.82 99.92 -
System Red Green Blue C M Y K H S L
Decimal 138 214 92 0.36 0 0.57 0.16 97.38 0.6 0.6
Hex 8A D6 5C 24 0 39 10 61 3C 3C
Octal 212 326 134 44 0 71 20 141 74 74
Binary 10001010 11010110 1011100 100100 0 111001 10000 1100001 111100 111100

Color Harmonies of #8AD65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD65C

Black with #8AD65C

Text Example


Text Example

White with #8AD65C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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