Html Css Color HEX #8AD850 Mantis

📋 copy color: '#8AD850'

red 138 ◦ green 216 ◦ blue 80

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

Shades of Mantis #8AD850

Tints of Mantis #8AD850

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.77%

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

R = 31.8%
G = 49.77%
B = 18.43%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#8AD850 (or 0x8AD850) is known color: Mantis. HEX triplet: 8A, D8 and 50. RGB value is (138,216,80). Sum of RGB (Red+Green+Blue) = 138+216+80=434 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.80% from 434); Green value is 216 (84.77% from 255 or 49.77% from 434); Blue value is 80 (31.64% from 255 or 18.43% from 434); Max value from RGB is 216 - color contains mainly: green. Hex color #8AD850 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD850 is #7527AF. Grayscale: #B1B1B1. Windows color (decimal): -7677872 or 5298314. OLE color: 5298314.

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

Color convert

RGB 138 216 80 -
CMYK 0.36 0 0.63 0.15
HSL 94.41º 0.64% 0.58% -
HSV(B) 94.41º 0.63% 0.85% -
XYZ 36.49 55.09 16.3 -
YUV 177.17 73.16 100.06 -
System Red Green Blue C M Y K H S L
Decimal 138 216 80 0.36 0 0.63 0.15 94.41 0.64 0.58
Hex 8A D8 50 24 0 3F F 5E 40 3A
Octal 212 330 120 44 0 77 17 136 100 72
Binary 10001010 11011000 1010000 100100 0 111111 1111 1011110 1000000 111010

Color Harmonies of #8AD850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD850

Black with #8AD850

Text Example


Text Example

White with #8AD850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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