Html Css Color HEX #A0FE84 Mint Green

📋 copy color: '#A0FE84'

red 160 ◦ green 254 ◦ blue 132

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

Shades of Mint Green #A0FE84

Tints of Mint Green #A0FE84

RGB

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

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

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

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

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #A0FE84: hue angle of 106.23º 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 #A0FE84 is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB 160 254 132 -
CMYK 0.37 0 0.48 0.00
HSL 106.23º 0.98% 0.76% -
HSV(B) 106.23º 0.48% 1% -
XYZ 54.1 80.02 34.42 -
YUV 211.99 82.86 90.92 -
System Red Green Blue C M Y K H S L
Decimal 160 254 132 0.37 0 0.48 0.00 106.23 0.98 0.76
Hex A0 FE 84 25 0 30 0 6A 62 4C
Octal 240 376 204 45 0 60 0 152 142 114
Binary 10100000 11111110 10000100 100101 0 110000 0 1101010 1100010 1001100

Color Harmonies of #A0FE84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FE84

Black with #A0FE84

Text Example


Text Example

White with #A0FE84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FE84; }

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

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

background-color css

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

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

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

border-color css

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

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

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