Html Css Color HEX #8AF157 Mantis

📋 copy color: '#8AF157'

red 138 ◦ green 241 ◦ blue 87

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

Shades of Mantis #8AF157

Tints of Mantis #8AF157

RGB

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

 GREEN value IS 241 (94.53% from 255) = 51.72%

 BLUE value IS 87 (34.38% from 255) = 18.67%

R = 29.61%
G = 51.72%
B = 18.67%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#8AF157 (or 0x8AF157) is known color: Mantis. HEX triplet: 8A, F1 and 57. RGB value is (138,241,87). Sum of RGB (Red+Green+Blue) = 138+241+87=466 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.61% from 466); Green value is 241 (94.53% from 255 or 51.72% from 466); Blue value is 87 (34.38% from 255 or 18.67% from 466); Max value from RGB is 241 - color contains mainly: green. Hex color #8AF157 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF157 is #750EA8. Grayscale: #C1C1C1. Windows color (decimal): -7671465 or 5763466. OLE color: 5763466.

HSL color Cylindrical-coordinate representation of color #8AF157: hue angle of 100.13º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8AF157 is Cyan = 0.43, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 138 241 87 -
CMYK 0.43 0 0.64 0.05
HSL 100.13º 0.85% 0.64% -
HSV(B) 100.13º 0.64% 0.95% -
XYZ 43.66 69 20.03 -
YUV 192.65 68.38 89.02 -
System Red Green Blue C M Y K H S L
Decimal 138 241 87 0.43 0 0.64 0.05 100.13 0.85 0.64
Hex 8A F1 57 2B 0 40 5 64 55 40
Octal 212 361 127 53 0 100 5 144 125 100
Binary 10001010 11110001 1010111 101011 0 1000000 101 1100100 1010101 1000000

Color Harmonies of #8AF157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF157

Black with #8AF157

Text Example


Text Example

White with #8AF157

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,241,87); }

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

background-color css

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

 a { background-color: rgb(138,241,87); }

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

border-color css

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

 span { border-color: rgb(138,241,87); }

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