Html Css Color HEX #84FEA0 Mint Green

📋 copy color: '#84FEA0'

red 132 ◦ green 254 ◦ blue 160

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

Shades of Mint Green #84FEA0

Tints of Mint Green #84FEA0

RGB

 RED value IS 132 (51.95% from 255) = 24.18%

 GREEN value IS 254 (99.61% from 255) = 46.52%

 BLUE value IS 160 (62.89% from 255) = 29.3%

R = 24.18%
G = 46.52%
B = 29.3%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#84FEA0 (or 0x84FEA0) is known color: Mint Green. HEX triplet: 84, FE and A0. RGB value is (132,254,160). Sum of RGB (Red+Green+Blue) = 132+254+160=546 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.18% from 546); Green value is 254 (99.61% from 255 or 46.52% from 546); Blue value is 160 (62.89% from 255 or 29.30% from 546); Max value from RGB is 254 - color contains mainly: green. Hex color #84FEA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84FEA0 is #7B015F. Grayscale: #CFCFCF. Windows color (decimal): -8061280 or 10550916. OLE color: 10550916.

HSL color Cylindrical-coordinate representation of color #84FEA0: hue angle of 133.77º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84FEA0 is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB 132 254 160 -
CMYK 0.48 0 0.37 0.00
HSL 133.77º 0.98% 0.76% -
HSV(B) 133.77º 0.48% 1% -
XYZ 51.3 78.33 45.67 -
YUV 206.81 101.58 74.64 -
System Red Green Blue C M Y K H S L
Decimal 132 254 160 0.48 0 0.37 0.00 133.77 0.98 0.76
Hex 84 FE A0 30 0 25 0 86 62 4C
Octal 204 376 240 60 0 45 0 206 142 114
Binary 10000100 11111110 10100000 110000 0 100101 0 10000110 1100010 1001100

Color Harmonies of #84FEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FEA0

Black with #84FEA0

Text Example


Text Example

White with #84FEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84FEA0; }

 p { color: rgb(132,254,160); }

 H1.HeaderClassName
 {
   color: #84FEA0;
 }
 .AnyTagClassName
 {
   color: #84FEA0;
 }
</style>

background-color css

<style>
 a { background-color: #84FEA0; }

 a { background-color: rgb(132,254,160); }

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

border-color css

<style>
 span { border-color: #84FEA0; }

 span { border-color: rgb(132,254,160); }

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