Html Css Color HEX #8AF155 Mantis

📋 copy color: '#8AF155'

red 138 ◦ green 241 ◦ blue 85

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

Shades of Mantis #8AF155

Tints of Mantis #8AF155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.32%

R = 29.74%
G = 51.94%
B = 18.32%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#8AF155 (or 0x8AF155) is known color: Mantis. HEX triplet: 8A, F1 and 55. RGB value is (138,241,85). Sum of RGB (Red+Green+Blue) = 138+241+85=464 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.74% from 464); Green value is 241 (94.53% from 255 or 51.94% from 464); Blue value is 85 (33.59% from 255 or 18.32% from 464); Max value from RGB is 241 - color contains mainly: green. Hex color #8AF155 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF155 is #750EAA. Grayscale: #C0C0C0. Windows color (decimal): -7671467 or 5632394. OLE color: 5632394.

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

Color convert

RGB 138 241 85 -
CMYK 0.43 0 0.65 0.05
HSL 99.62º 0.85% 0.64% -
HSV(B) 99.62º 0.65% 0.95% -
XYZ 43.58 68.97 19.61 -
YUV 192.42 67.38 89.18 -
System Red Green Blue C M Y K H S L
Decimal 138 241 85 0.43 0 0.65 0.05 99.62 0.85 0.64
Hex 8A F1 55 2B 0 41 5 64 55 40
Octal 212 361 125 53 0 101 5 144 125 100
Binary 10001010 11110001 1010101 101011 0 1000001 101 1100100 1010101 1000000

Color Harmonies of #8AF155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF155

Black with #8AF155

Text Example


Text Example

White with #8AF155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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