Html Css Color HEX #8AF053 Mantis

📋 copy color: '#8AF053'

red 138 ◦ green 240 ◦ blue 83

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

Shades of Mantis #8AF053

Tints of Mantis #8AF053

RGB

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

 GREEN value IS 240 (94.14% from 255) = 52.06%

 BLUE value IS 83 (32.81% from 255) = 18%

R = 29.93%
G = 52.06%
B = 18%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#8AF053 (or 0x8AF053) is known color: Mantis. HEX triplet: 8A, F0 and 53. RGB value is (138,240,83). Sum of RGB (Red+Green+Blue) = 138+240+83=461 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.93% from 461); Green value is 240 (94.14% from 255 or 52.06% from 461); Blue value is 83 (32.81% from 255 or 18.00% from 461); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF053 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF053 is #750FAC. Grayscale: #C0C0C0. Windows color (decimal): -7671725 or 5501066. OLE color: 5501066.

HSL color Cylindrical-coordinate representation of color #8AF053: hue angle of 98.98º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8AF053 is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 138 240 83 -
CMYK 0.42 0 0.65 0.06
HSL 98.98º 0.84% 0.63% -
HSV(B) 98.98º 0.65% 0.94% -
XYZ 43.2 68.35 19.1 -
YUV 191.6 66.71 89.77 -
System Red Green Blue C M Y K H S L
Decimal 138 240 83 0.42 0 0.65 0.06 98.98 0.84 0.63
Hex 8A F0 53 2A 0 41 6 63 54 3F
Octal 212 360 123 52 0 101 6 143 124 77
Binary 10001010 11110000 1010011 101010 0 1000001 110 1100011 1010100 111111

Color Harmonies of #8AF053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF053

Black with #8AF053

Text Example


Text Example

White with #8AF053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,240,83); }

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

background-color css

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

 a { background-color: rgb(138,240,83); }

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

border-color css

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

 span { border-color: rgb(138,240,83); }

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