Html Css Color HEX #8AE850 Mantis

📋 copy color: '#8AE850'

red 138 ◦ green 232 ◦ blue 80

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

Shades of Mantis #8AE850

Tints of Mantis #8AE850

RGB

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

 GREEN value IS 232 (91.02% from 255) = 51.56%

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

R = 30.67%
G = 51.56%
B = 17.78%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#8AE850 (or 0x8AE850) is known color: Mantis. HEX triplet: 8A, E8 and 50. RGB value is (138,232,80). Sum of RGB (Red+Green+Blue) = 138+232+80=450 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.67% from 450); Green value is 232 (91.02% from 255 or 51.56% from 450); Blue value is 80 (31.64% from 255 or 17.78% from 450); Max value from RGB is 232 - color contains mainly: green. Hex color #8AE850 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AE850 is #7517AF. Grayscale: #BBBBBB. Windows color (decimal): -7673776 or 5302410. OLE color: 5302410.

HSL color Cylindrical-coordinate representation of color #8AE850: hue angle of 97.11º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8AE850 is Cyan = 0.41, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 138 232 80 -
CMYK 0.41 0 0.66 0.09
HSL 97.11º 0.77% 0.61% -
HSV(B) 97.11º 0.66% 0.91% -
XYZ 40.79 63.7 17.73 -
YUV 186.57 67.86 93.36 -
System Red Green Blue C M Y K H S L
Decimal 138 232 80 0.41 0 0.66 0.09 97.11 0.77 0.61
Hex 8A E8 50 29 0 42 9 61 4D 3D
Octal 212 350 120 51 0 102 11 141 115 75
Binary 10001010 11101000 1010000 101001 0 1000010 1001 1100001 1001101 111101

Color Harmonies of #8AE850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AE850

Black with #8AE850

Text Example


Text Example

White with #8AE850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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