Html Css Color HEX #A0FD7C Mint Green

📋 copy color: '#A0FD7C'

red 160 ◦ green 253 ◦ blue 124

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

Shades of Mint Green #A0FD7C

Tints of Mint Green #A0FD7C

RGB

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

 GREEN value IS 253 (99.22% from 255) = 47.11%

 BLUE value IS 124 (48.83% from 255) = 23.09%

R = 29.8%
G = 47.11%
B = 23.09%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#A0FD7C (or 0xA0FD7C) is known color: Mint Green. HEX triplet: A0, FD and 7C. RGB value is (160,253,124). Sum of RGB (Red+Green+Blue) = 160+253+124=537 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.80% from 537); Green value is 253 (99.22% from 255 or 47.11% from 537); Blue value is 124 (48.83% from 255 or 23.09% from 537); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FD7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FD7C is #5F0283. Grayscale: #D2D2D2. Windows color (decimal): -6226564 or 8191392. OLE color: 8191392.

HSL color Cylindrical-coordinate representation of color #A0FD7C: hue angle of 103.26º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0FD7C is Cyan = 0.37, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 253 124 -
CMYK 0.37 0 0.51 0.01
HSL 103.26º 0.97% 0.74% -
HSV(B) 103.26º 0.51% 0.99% -
XYZ 53.26 79.18 31.54 -
YUV 210.49 79.19 91.99 -
System Red Green Blue C M Y K H S L
Decimal 160 253 124 0.37 0 0.51 0.01 103.26 0.97 0.74
Hex A0 FD 7C 25 0 33 1 67 61 4A
Octal 240 375 174 45 0 63 1 147 141 112
Binary 10100000 11111101 1111100 100101 0 110011 1 1100111 1100001 1001010

Color Harmonies of #A0FD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FD7C

Black with #A0FD7C

Text Example


Text Example

White with #A0FD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FD7C; }

 p { color: rgb(160,253,124); }

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

background-color css

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

 a { background-color: rgb(160,253,124); }

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

border-color css

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

 span { border-color: rgb(160,253,124); }

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