Html Css Color HEX #A0FEB4 Mint Green

📋 copy color: '#A0FEB4'

red 160 ◦ green 254 ◦ blue 180

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

Shades of Mint Green #A0FEB4

Tints of Mint Green #A0FEB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 30.3%

R = 26.94%
G = 42.76%
B = 30.3%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#A0FEB4 (or 0xA0FEB4) is known color: Mint Green. HEX triplet: A0, FE and B4. RGB value is (160,254,180). Sum of RGB (Red+Green+Blue) = 160+254+180=594 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.94% from 594); Green value is 254 (99.61% from 255 or 42.76% from 594); Blue value is 180 (70.70% from 255 or 30.30% from 594); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FEB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FEB4 is #5F014B. Grayscale: #D9D9D9. Windows color (decimal): -6226252 or 11861664. OLE color: 11861664.

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

Color convert

RGB 160 254 180 -
CMYK 0.37 0 0.29 0.00
HSL 132.77º 0.98% 0.81% -
HSV(B) 132.77º 0.37% 1% -
XYZ 58.18 81.65 55.87 -
YUV 217.46 106.86 87.02 -
System Red Green Blue C M Y K H S L
Decimal 160 254 180 0.37 0 0.29 0.00 132.77 0.98 0.81
Hex A0 FE B4 25 0 1D 0 85 62 51
Octal 240 376 264 45 0 35 0 205 142 121
Binary 10100000 11111110 10110100 100101 0 11101 0 10000101 1100010 1010001

Color Harmonies of #A0FEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FEB4

Black with #A0FEB4

Text Example


Text Example

White with #A0FEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FEB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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