Html Css Color HEX #8AF254 Mantis

📋 copy color: '#8AF254'

red 138 ◦ green 242 ◦ blue 84

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

Shades of Mantis #8AF254

Tints of Mantis #8AF254

RGB

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

 GREEN value IS 242 (94.92% from 255) = 52.16%

 BLUE value IS 84 (33.2% from 255) = 18.1%

R = 29.74%
G = 52.16%
B = 18.1%

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

#8AF254 (or 0x8AF254) is known color: Mantis. HEX triplet: 8A, F2 and 54. RGB value is (138,242,84). Sum of RGB (Red+Green+Blue) = 138+242+84=464 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.74% from 464); Green value is 242 (94.92% from 255 or 52.16% from 464); Blue value is 84 (33.20% from 255 or 18.10% from 464); Max value from RGB is 242 - color contains mainly: green. Hex color #8AF254 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF254 is #750DAB. Grayscale: #C1C1C1. Windows color (decimal): -7671212 or 5567114. OLE color: 5567114.

HSL color Cylindrical-coordinate representation of color #8AF254: hue angle of 99.49º degrees, saturation: 0.86, 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 #8AF254 is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB 138 242 84 -
CMYK 0.43 0 0.65 0.05
HSL 99.49º 0.86% 0.64% -
HSV(B) 99.49º 0.65% 0.95% -
XYZ 43.83 69.55 19.5 -
YUV 192.89 66.54 88.85 -
System Red Green Blue C M Y K H S L
Decimal 138 242 84 0.43 0 0.65 0.05 99.49 0.86 0.64
Hex 8A F2 54 2B 0 41 5 63 56 40
Octal 212 362 124 53 0 101 5 143 126 100
Binary 10001010 11110010 1010100 101011 0 1000001 101 1100011 1010110 1000000

Color Harmonies of #8AF254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF254

Black with #8AF254

Text Example


Text Example

White with #8AF254

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,242,84); }

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

background-color css

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

 a { background-color: rgb(138,242,84); }

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

border-color css

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

 span { border-color: rgb(138,242,84); }

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