Html Css Color HEX #8AD650 Mantis

📋 copy color: '#8AD650'

red 138 ◦ green 214 ◦ blue 80

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

Shades of Mantis #8AD650

Tints of Mantis #8AD650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.52%

R = 31.94%
G = 49.54%
B = 18.52%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#8AD650 (or 0x8AD650) is known color: Mantis. HEX triplet: 8A, D6 and 50. RGB value is (138,214,80). Sum of RGB (Red+Green+Blue) = 138+214+80=432 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.94% from 432); Green value is 214 (83.98% from 255 or 49.54% from 432); Blue value is 80 (31.64% from 255 or 18.52% from 432); Max value from RGB is 214 - color contains mainly: green. Hex color #8AD650 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD650 is #7529AF. Grayscale: #B0B0B0. Windows color (decimal): -7678384 or 5297802. OLE color: 5297802.

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

Color convert

RGB 138 214 80 -
CMYK 0.36 0 0.63 0.16
HSL 94.03º 0.62% 0.58% -
HSV(B) 94.03º 0.63% 0.84% -
XYZ 35.98 54.08 16.13 -
YUV 176 73.82 100.9 -
System Red Green Blue C M Y K H S L
Decimal 138 214 80 0.36 0 0.63 0.16 94.03 0.62 0.58
Hex 8A D6 50 24 0 3F 10 5E 3E 3A
Octal 212 326 120 44 0 77 20 136 76 72
Binary 10001010 11010110 1010000 100100 0 111111 10000 1011110 111110 111010

Color Harmonies of #8AD650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD650

Black with #8AD650

Text Example


Text Example

White with #8AD650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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