Html Css Color HEX #A0FEA2 Mint Green

📋 copy color: '#A0FEA2'

red 160 ◦ green 254 ◦ blue 162

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

Shades of Mint Green #A0FEA2

Tints of Mint Green #A0FEA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 28.13%

R = 27.78%
G = 44.1%
B = 28.13%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.36

 K value IS 0.00

RGB Variations

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

Color information

#A0FEA2 (or 0xA0FEA2) is known color: Mint Green. HEX triplet: A0, FE and A2. RGB value is (160,254,162). Sum of RGB (Red+Green+Blue) = 160+254+162=576 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.78% from 576); Green value is 254 (99.61% from 255 or 44.10% from 576); Blue value is 162 (63.67% from 255 or 28.12% from 576); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FEA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FEA2 is #5F015D. Grayscale: #D7D7D7. Windows color (decimal): -6226270 or 10682016. OLE color: 10682016.

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

Color convert

RGB 160 254 162 -
CMYK 0.37 0 0.36 0.00
HSL 121.28º 0.98% 0.81% -
HSV(B) 121.28º 0.37% 1% -
XYZ 56.46 80.97 46.83 -
YUV 215.41 97.86 88.48 -
System Red Green Blue C M Y K H S L
Decimal 160 254 162 0.37 0 0.36 0.00 121.28 0.98 0.81
Hex A0 FE A2 25 0 24 0 79 62 51
Octal 240 376 242 45 0 44 0 171 142 121
Binary 10100000 11111110 10100010 100101 0 100100 0 1111001 1100010 1010001

Color Harmonies of #A0FEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FEA2

Black with #A0FEA2

Text Example


Text Example

White with #A0FEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FEA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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